sky sprites rotation fix

This commit is contained in:
MihailRis
2024-01-26 05:04:46 +03:00
parent 1c99dfa180
commit 7e4db6357b
2 changed files with 4 additions and 7 deletions
+2 -5
View File
@@ -196,11 +196,8 @@ Panel* create_worlds_panel(Engine* engine) {
panel->maxLength(400);
auto paths = engine->getPaths();
auto folders = paths->scanForWorlds();
fs::path worldsFolder = paths->getWorldsFolder();
for (auto folder : folders) {
for (auto folder : paths->scanForWorlds()) {
auto name = folder.filename().u8string();
auto namews = util::str2wstr_utf8(name);