diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 08:53:20 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-11 08:53:20 +0100 |
| commit | ffcaa950516c41a1aa73d5c6742f8a8af5fb355d (patch) | |
| tree | 83065b1a39b0961cad57b0a3cc01ca6d896fdef9 /loader/scenery.cpp | |
| parent | 017cb08bf33608f1ceb8d59800a8d1d2f9d5d455 (diff) | |
loader: change a few misleading function names
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 }); |
