mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
* Proper shutdown of mouse on exit
* Moved DevIL.dll inside external/devil folder
This commit is contained in:
@@ -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);
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user