This commit is contained in:
David Rose 2006-04-05 21:53:21 +00:00
parent 8a78fffd8f
commit 67e78844b3
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}

View File

@ -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();
}