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:
jp9000 2013-12-31 03:13:56 -07:00
parent 141b22e76e
commit e2a1186269

View File

@ -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)