Browse Source

revert accidental checkin

David Rose 19 years ago
parent
commit
82549cab0f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      panda/src/framework/windowFramework.cxx

+ 1 - 2
panda/src/framework/windowFramework.cxx

@@ -190,8 +190,7 @@ open_window(const WindowProperties &props, GraphicsEngine *engine,
 
     if (show_frame_rate_meter) {
       _frame_rate_meter = new FrameRateMeter("frame_rate_meter");
-      //      _frame_rate_meter->setup_window(_window);
-      _panda_framework->get_models().attach_new_node(_frame_rate_meter);
+      _frame_rate_meter->setup_window(_window);
     }
   }