summaryrefslogtreecommitdiffhomepage
path: root/main/loader-impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/loader-impl.cpp')
-rw-r--r--main/loader-impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/loader-impl.cpp b/main/loader-impl.cpp
index 3adf792d..0fe5befa 100644
--- a/main/loader-impl.cpp
+++ b/main/loader-impl.cpp
@@ -45,7 +45,7 @@ struct loader_impl final : loader_
std::string loader_impl::shader(Containers::StringView filename)
{
if (!shader_res)
- shader_res = std::make_optional<Utility::Resource>("game/shaders");
+ shader_res = std::make_optional<Utility::Resource>("floormat/shaders");
auto ret = shader_res->getString(filename);
if (ret.isEmpty())
ABORT("can't find shader resource '%s'", filename.cbegin());