style cleanup

This commit is contained in:
Campbell Barton
2012-06-20 16:43:48 +00:00
parent ea122cf59b
commit a744fed46c
17 changed files with 54 additions and 30 deletions

View File

@@ -205,15 +205,15 @@ Operate(
void
BSP_GhostTestApp3D::
UpdateFrame(
){
if (m_window) {
) {
if (m_window) {
GHOST_Rect v_rect;
m_window->getClientBounds(v_rect);
GHOST_Rect v_rect;
m_window->getClientBounds(v_rect);
glViewport(0,0,v_rect.getWidth(),v_rect.getHeight());
glViewport(0,0,v_rect.getWidth(),v_rect.getHeight());
}
}
}

View File

@@ -93,8 +93,8 @@ NewTestMesh(
#endif
int main() {
int main()
{
MT_Vector3 min,max;
MT_Vector3 min2,max2;