Skip to content

Commit 944fb03

Browse files
ppoelzlFish013
andauthored
Update engine/system/win/sys_local.h
Fix Error C2440 'initializing': cannot convert from 'nullptr' to 'bool' Co-authored-by: Fish013 <326399+Fish013@users.noreply.github.com>
1 parent a62adba commit 944fb03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/system/win/sys_local.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ class sys_main_c: public sys_IMain {
6060
volatile bool restartFlag = false;
6161
char* exitMsg = nullptr;
6262
char* threadError = nullptr;
63-
bool errorRaised = nullptr;
63+
bool errorRaised = false;
6464
int baseTime = 0;
6565
};

0 commit comments

Comments
 (0)