From 67e78844b334093eb39701e89ea02fdc98e2c307 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 5 Apr 2006 21:53:21 +0000 Subject: [PATCH] typos --- panda/src/glxdisplay/glxGraphicsBuffer.cxx | 2 +- panda/src/glxdisplay/glxGraphicsWindow.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/glxdisplay/glxGraphicsBuffer.cxx b/panda/src/glxdisplay/glxGraphicsBuffer.cxx index 56f35872a2..b67efc7309 100644 --- a/panda/src/glxdisplay/glxGraphicsBuffer.cxx +++ b/panda/src/glxdisplay/glxGraphicsBuffer.cxx @@ -98,7 +98,7 @@ begin_frame(FrameMode mode) { clear_cube_map_selection(); } - _gsg()->set_current_properties(&get_fb_properties()); + _gsg->set_current_properties(&get_fb_properties()); return _gsg->begin_frame(); } diff --git a/panda/src/glxdisplay/glxGraphicsWindow.cxx b/panda/src/glxdisplay/glxGraphicsWindow.cxx index 86955e251f..1a3b92b7b0 100644 --- a/panda/src/glxdisplay/glxGraphicsWindow.cxx +++ b/panda/src/glxdisplay/glxGraphicsWindow.cxx @@ -144,7 +144,7 @@ begin_frame(FrameMode mode) { clear_cube_map_selection(); } - _gsg()->set_current_properties(&get_fb_properties()); + _gsg->set_current_properties(&get_fb_properties()); return _gsg->begin_frame(); }