mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Filename is not set up for phash_map
This commit is contained in:
parent
1b8d8e182d
commit
d19b618e7e
@ -269,8 +269,8 @@ public:
|
||||
|
||||
static ShaderCaps _default_caps;
|
||||
|
||||
typedef phash_map < Filename , Shader * > LoadTable;
|
||||
typedef phash_map < string , Shader * > MakeTable;
|
||||
typedef pmap < Filename , Shader * > LoadTable;
|
||||
typedef pmap < string , Shader * > MakeTable;
|
||||
|
||||
static LoadTable _load_table;
|
||||
static MakeTable _make_table;
|
||||
|
Loading…
x
Reference in New Issue
Block a user