- fixed compilation of Cocoa backend

This commit is contained in:
alexey.lysiuk 2020-04-12 11:02:28 +03:00
parent 2b1ef5f4f2
commit 91914b728b
1 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@
#import <Carbon/Carbon.h>
#include "c_buttons.h"
#include "c_console.h"
#include "c_cvars.h"
#include "c_dispatch.h"
@ -90,7 +91,7 @@ void CheckGUICapture()
{
GUICapture = wantCapture;
ResetButtonStates();
buttonMap.ResetButtonStates();
}
}