mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
typos
This commit is contained in:
parent
8a78fffd8f
commit
67e78844b3
@ -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();
|
||||
}
|
||||
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user