diff options
Diffstat (limited to 'loader/scenery.cpp')
-rw-r--r-- | loader/scenery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/scenery.cpp b/loader/scenery.cpp index d83cb346..879e72d9 100644 --- a/loader/scenery.cpp +++ b/loader/scenery.cpp @@ -29,7 +29,7 @@ void loader_impl::get_scenery_list() if constexpr(true) // todo! { auto proto = scenery_proto{}; - proto.atlas = make_invalid_anim_atlas().atlas; + proto.atlas = invalid_anim_atlas().atlas; proto.bbox_size = Vector2ub{20}; proto.subtype = generic_scenery_proto{false, true}; sceneries_array.push_back({ .name = INVALID, .proto = proto }); |