Fix coding style

This commit is contained in:
Jules Blok
2014-01-27 21:24:35 +09:00
parent 0eadc2e2a4
commit 76019848a4
2 changed files with 3 additions and 3 deletions

View File

@ -121,8 +121,8 @@ void cInterfaceAGL::Update()
[GLWin.cocoaCtx update];
}
void cInterfaceAGL::SwapInterval(int Interval)
void cInterfaceAGL::SwapInterval(int interval)
{
[GLWin.cocoaCtx setValues:(GLint *)&Interval forParameter:NSOpenGLCPSwapInterval];
[GLWin.cocoaCtx setValues:(GLint *)&Interval forParameter:NSOpenGLCPSwapInterval];
}