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 cb6f6d9 commit 32512dfCopy full SHA for 32512df
2 files changed
.gitignore
@@ -1 +1,13 @@
1
/build/
2
+/dependencies/detect_compiler_x86-windows-static
3
+/dependencies/giflib_x86-windows-static
4
+/dependencies/libjpeg-turbo_x86-windows-static
5
+/dependencies/liblzma_x86-windows-static
6
+/dependencies/libpng_x86-windows-static
7
+/dependencies/luajit_x86-windows-static
8
+/dependencies/tiff_x86-windows-static
9
+/dependencies/zlib_x86-windows-static
10
+.vs
11
+/Debug/
12
+/Release/
13
+/SimpleGraphic.vcxproj.user
engine/system/win/sys_local.h
@@ -60,6 +60,6 @@ class sys_main_c: public sys_IMain {
60
volatile bool restartFlag = false;
61
char* exitMsg = nullptr;
62
char* threadError = nullptr;
63
- bool errorRaised = nullptr;
+ bool errorRaised = false;
64
int baseTime = 0;
65
};
0 commit comments