* project restructure

* editor fix: camera shouldn't reset on render path change
This commit is contained in:
Turánszki János
2020-05-12 00:59:06 +01:00
committed by GitHub
parent 4c42983a31
commit eaae8c57ec
28 changed files with 4662 additions and 2413 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ namespace wiHelper
file.read((char*)data.data(), dataSize);
file.close();
return true;
}
}
#else
using namespace concurrency;
using namespace Platform;