one of the problems of doing changes for Objective-C on windows is that you can't actually compile your code and test it before commiting, leading to foolish little errors like 'you forgot to put a semicolen at the end of that call'
This commit is contained in:
parent
141b22e76e
commit
e2a1186269
@ -222,7 +222,7 @@ void gl_windowinfo_destroy(struct gl_windowinfo *wi)
|
||||
|
||||
void gl_update(device_t device)
|
||||
{
|
||||
[device->plat->context update]
|
||||
[device->plat->context update];
|
||||
}
|
||||
|
||||
void device_entercontext(device_t device)
|
||||
|
Loading…
x
Reference in New Issue
Block a user