|
@@ -44,6 +44,9 @@
|
|
|
#include <X11/Xcursor/Xcursor.h>
|
|
|
#include <X11/cursorfont.h>
|
|
|
#include <GL/glx.h>
|
|
|
+#ifdef LA_USE_GLES
|
|
|
+#include <GLES3/gl3.h>
|
|
|
+#endif
|
|
|
#endif
|
|
|
#ifdef _WIN32
|
|
|
#include <GL/wglew.h>
|
|
@@ -1358,7 +1361,7 @@ int laGetReadyWith(laInitArguments* ia){
|
|
|
la_RegenerateWireColors();
|
|
|
|
|
|
laAnimationRegisterHolderPath("tns.world.root_objects_as_root");
|
|
|
-
|
|
|
+
|
|
|
if(MAIN.InitArgs.EnableLogStdOut){ MAIN.EnableLogStdOut=1; }
|
|
|
|
|
|
logPrintNew("Initialization Completed\n");
|