* Proper shutdown of mouse on exit

* Moved DevIL.dll inside external/devil folder
This commit is contained in:
Ben Lankamp
2020-06-14 15:25:18 +02:00
parent 52f249f2c0
commit 8e573d5db8
8 changed files with 1 additions and 22 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ void WWMouseClass::Hide_Mouse()
}
void WWMouseClass::RenderMouse(void) {
if (!isMouseVisible)
if( this == NULL || !isMouseVisible)
return;
//ImVec2 size(current_cursor->width, current_cursor->height);
BIN
View File
Binary file not shown.