make_window() should be public

This commit is contained in:
David Rose 2010-03-10 18:51:30 +00:00
parent eec6ae2728
commit bbddefa885
2 changed files with 2 additions and 2 deletions

View File

@ -1131,7 +1131,7 @@ get_shuttle_controls_font() {
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: WindowFramework::make_camera // Function: WindowFramework::make_camera
// Access: Protected // Access: Public
// Description: Makes a new 3-d camera for the window. // Description: Makes a new 3-d camera for the window.
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
NodePath WindowFramework:: NodePath WindowFramework::

View File

@ -136,9 +136,9 @@ public:
INLINE BackgroundType get_background_type() const; INLINE BackgroundType get_background_type() const;
static TextFont *get_shuttle_controls_font(); static TextFont *get_shuttle_controls_font();
NodePath make_camera();
protected: protected:
NodePath make_camera();
void setup_lights(); void setup_lights();
private: private: