Browse Source

init_classes

David Rose 16 years ago
parent
commit
d676bccb8e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/iphone/config_iphone.mm

+ 2 - 0
panda/src/iphone/config_iphone.mm

@@ -56,6 +56,8 @@ init_libiphone() {
   PandaSystem *ps = PandaSystem::get_global_ptr();
   PandaSystem *ps = PandaSystem::get_global_ptr();
   ps->set_system_tag("OpenGL", "window_system", "IPhone");
   ps->set_system_tag("OpenGL", "window_system", "IPhone");
   ps->set_system_tag("OpenGL ES", "window_system", "IPhone");
   ps->set_system_tag("OpenGL ES", "window_system", "IPhone");
+
+  GLESinit_classes();
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////