提交 e2a11862 编写于 作者: J jp9000

one of the problems of doing changes for Objective-C on windows is that you...

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'
上级 141b22e7
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册