mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
fix crash on android
This commit is contained in:
parent
8b40d8f83c
commit
29871ed63a
@ -568,6 +568,8 @@ init_libpgraph() {
|
||||
RenderState::init_states();
|
||||
RenderEffects::init_states();
|
||||
|
||||
RenderAttrib::init_attribs();
|
||||
|
||||
LoaderFileTypeRegistry *reg = LoaderFileTypeRegistry::get_global_ptr();
|
||||
reg->register_type(new LoaderFileTypeBam);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user