style cleanup

This commit is contained in:
2012-10-20 18:46:57 +00:00
parent 3da4b08110
commit bc8f602601
24 changed files with 69 additions and 78 deletions

View File

@@ -46,7 +46,7 @@ m_frame_rect(rect)
m_area_left = ar->winrct.xmin;
m_area_top = ar->winrct.ymax;
glGetIntegerv(GL_VIEWPORT, (GLint*)m_viewport);
glGetIntegerv(GL_VIEWPORT, (GLint *)m_viewport);
}
KX_BlenderCanvas::~KX_BlenderCanvas()