We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d157a commit df242a9Copy full SHA for df242a9
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
68
buildDirectory: '${{ github.workspace }}/build'
69
useVcpkgToolchainFile: true
70
- cmakeAppendedArgs: '-G Ninja -DCMAKE_BUILD_TYPE=Debug'
+ cmakeAppendedArgs: '-G Ninja -DCMAKE_BUILD_TYPE=Release'
71
- name: Create App Package Linux
72
if: runner.os == 'Linux'
73
run: |
src/scene/EditorScene.cpp
@@ -106,7 +106,6 @@ void LEditorScene::Init(){
106
BinModel::InitShaders();
107
MDL::InitShaders();
108
109
- LoadResFromRoot();
110
mScene = this;
111
}
112
0 commit comments