diff options
Diffstat (limited to 'loader/loader-impl.cpp')
-rw-r--r-- | loader/loader-impl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/loader-impl.cpp b/loader/loader-impl.cpp index c4ba2376..6b2fe986 100644 --- a/loader/loader-impl.cpp +++ b/loader/loader-impl.cpp @@ -84,6 +84,7 @@ std::shared_ptr<tile_atlas> loader_impl::tile_atlas(StringView name, Vector2ub s } template<std::size_t N> +fm_noinline Trade::ImageData2D loader_impl::texture(const char(&prefix)[N], StringView filename_) { if constexpr(N > 1) |