David Rose 24 年之前
父節點
當前提交
092f6032a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
 }