mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 13:15:00 -04:00
Reversed accidental modification
This commit is contained in:
parent
ccef375974
commit
fe79990cdf
@ -70,8 +70,6 @@ PUBLISHED:
|
|||||||
INLINE static void list_contents();
|
INLINE static void list_contents();
|
||||||
static void write(ostream &out);
|
static void write(ostream &out);
|
||||||
|
|
||||||
static ModelPool *get_ptr();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
INLINE ModelPool();
|
INLINE ModelPool();
|
||||||
|
|
||||||
@ -88,6 +86,8 @@ private:
|
|||||||
int ns_garbage_collect();
|
int ns_garbage_collect();
|
||||||
void ns_list_contents(ostream &out) const;
|
void ns_list_contents(ostream &out) const;
|
||||||
|
|
||||||
|
static ModelPool *get_ptr();
|
||||||
|
|
||||||
static ModelPool *_global_ptr;
|
static ModelPool *_global_ptr;
|
||||||
|
|
||||||
Mutex _lock;
|
Mutex _lock;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user