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:
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"CurrentProjectSetting": "x86-Debug"
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"ExpandedNodes": [
|
||||
"",
|
||||
"\\REDALERT"
|
||||
],
|
||||
"SelectedNode": "\\REDALERT\\INIT.CPP",
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"version": "0.2.1",
|
||||
"tasks": [
|
||||
{
|
||||
"taskLabel": "task-CMakeLists",
|
||||
"appliesTo": "CMakeLists.txt",
|
||||
"type": "launch"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user