fix msvc build

This commit is contained in:
MihailRis 2024-11-23 08:10:18 +03:00
parent e1579f0c25
commit dc22fec584

View File

@ -53,7 +53,7 @@ Decorator::Decorator(
));
}
playerNamePreset.deserialize(engine.getResPaths()->readCombinedObject(
fs::u8path("presets/text3d/player_name.toml")
"presets/text3d/player_name.toml"
));
}