fix content control (#538)

* update ContentControl
* feat: more debug logging
* fix engine paths
This commit is contained in:
MihailRis
2025-07-01 23:38:00 +03:00
committed by GitHub
parent af3c315c04
commit 215ae02fa9
7 changed files with 30 additions and 18 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
namespace fs = std::filesystem;
ContentPack ContentPack::createCore(const EnginePaths& paths) {
ContentPack ContentPack::createCore() {
return ContentPack {
"core", "Core", ENGINE_VERSION_STRING, "", "", "res:", {}
};