fix content control (#538)
* update ContentControl * feat: more debug logging * fix engine paths
This commit is contained in:
@@ -73,7 +73,7 @@ struct ContentPack {
|
||||
const std::string& name
|
||||
);
|
||||
|
||||
static ContentPack createCore(const EnginePaths&);
|
||||
static ContentPack createCore();
|
||||
|
||||
static inline io::path getFolderFor(ContentType type) {
|
||||
switch (type) {
|
||||
|
||||
Reference in New Issue
Block a user