We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6279b11 commit d52f364Copy full SHA for d52f364
Live2D/Main/src/LAppPal.cpp
@@ -79,7 +79,7 @@ double LAppPal::GetCurrentTimePoint()
79
80
void LAppPal::InitShaderDir(const std::string& path)
81
{
82
- SHADER_DIR = std::move(path);
+ SHADER_DIR = path;
83
SHADER_DIR += std::filesystem::path::preferred_separator;
84
Info("[Pal] Init Shader Dir: %s", SHADER_DIR.c_str());
85
}
0 commit comments