diff options
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/drawgl.m')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/drawgl.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/drawgl.m b/macosx/plugins/DFXVideo/macsrc/drawgl.m index 97cdf52d..99c4286a 100755 --- a/macosx/plugins/DFXVideo/macsrc/drawgl.m +++ b/macosx/plugins/DFXVideo/macsrc/drawgl.m @@ -203,7 +203,7 @@ void HandleKey(int keycode) bSkipNextFrame = FALSE; break; case GPU_FULLSCREEN_KEY: - [gameController setFullscreen:![gameController fullscreen]]; + gameController.fullscreen = !gameController.fullscreen; break; } } |
