msvc build fix

This commit is contained in:
MihailRis
2024-03-12 12:37:41 +03:00
parent eed6d4a438
commit 1addf869ec
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ inline audio::speakerid_t play_stream(
if (channel == -1)
return 0;
auto paths = scripting::engine->getResPaths();
fs::path file = paths->find(fs::path(filename));
fs::path file = paths->find(filename);
return audio::play_stream(
file,
glm::vec3(