diff options
Diffstat (limited to 'loader/impl.cpp')
-rw-r--r-- | loader/impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/impl.cpp b/loader/impl.cpp index 45c5b055..ba055464 100644 --- a/loader/impl.cpp +++ b/loader/impl.cpp @@ -12,7 +12,7 @@ namespace floormat::loader_detail { -StringView loader_impl::shader(StringView filename) +StringView loader_impl::shader(StringView filename) noexcept { if (!shader_res) shader_res = Optional<Utility::Resource>(InPlaceInit, "floormat/shaders"); |