diff --git a/panda/src/iphone/config_iphone.mm b/panda/src/iphone/config_iphone.mm index b8d5b69966..bf245b6e68 100644 --- a/panda/src/iphone/config_iphone.mm +++ b/panda/src/iphone/config_iphone.mm @@ -56,6 +56,8 @@ init_libiphone() { PandaSystem *ps = PandaSystem::get_global_ptr(); ps->set_system_tag("OpenGL", "window_system", "IPhone"); ps->set_system_tag("OpenGL ES", "window_system", "IPhone"); + + GLESinit_classes(); } ////////////////////////////////////////////////////////////////////