mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
make_window() should be public
This commit is contained in:
parent
eec6ae2728
commit
bbddefa885
@ -1131,7 +1131,7 @@ get_shuttle_controls_font() {
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: WindowFramework::make_camera
|
||||
// Access: Protected
|
||||
// Access: Public
|
||||
// Description: Makes a new 3-d camera for the window.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
NodePath WindowFramework::
|
||||
|
@ -136,9 +136,9 @@ public:
|
||||
INLINE BackgroundType get_background_type() const;
|
||||
|
||||
static TextFont *get_shuttle_controls_font();
|
||||
NodePath make_camera();
|
||||
|
||||
protected:
|
||||
NodePath make_camera();
|
||||
void setup_lights();
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user