Skip to content

Commit df242a9

Browse files
committed
try to fix things on windows
1 parent 50d157a commit df242a9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
6868
buildDirectory: '${{ github.workspace }}/build'
6969
useVcpkgToolchainFile: true
70-
cmakeAppendedArgs: '-G Ninja -DCMAKE_BUILD_TYPE=Debug'
70+
cmakeAppendedArgs: '-G Ninja -DCMAKE_BUILD_TYPE=Release'
7171
- name: Create App Package Linux
7272
if: runner.os == 'Linux'
7373
run: |

src/scene/EditorScene.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ void LEditorScene::Init(){
106106
BinModel::InitShaders();
107107
MDL::InitShaders();
108108

109-
LoadResFromRoot();
110109
mScene = this;
111110
}
112111

0 commit comments

Comments
 (0)