fix content control (#538)
* update ContentControl * feat: more debug logging * fix engine paths
This commit is contained in:
@@ -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:", {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user