mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed compilation of Cocoa backend
This commit is contained in:
parent
2b1ef5f4f2
commit
91914b728b
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue