David Rose 24 years ago
parent
commit
092f6032a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/display/graphicsWindow.I

+ 1 - 1
panda/src/display/graphicsWindow.I

@@ -240,7 +240,7 @@ close_window() {
 ////////////////////////////////////////////////////////////////////
 INLINE bool GraphicsWindow::
 is_closed() const {
-
+
   return (_gsg == (GraphicsStateGuardian *)NULL);
 }