|
@@ -35,8 +35,8 @@ int main(int argc, char *argv[]){
|
|
ia.HasTextureInspector=1;
|
|
ia.HasTextureInspector=1;
|
|
ia.HasTerminal=1;
|
|
ia.HasTerminal=1;
|
|
ia.HasHistories=1;
|
|
ia.HasHistories=1;
|
|
- MAIN.EnableGLDebug=1;
|
|
|
|
- MAIN.GLDebugSync=1;
|
|
|
|
|
|
+ //MAIN.EnableGLDebug=1;
|
|
|
|
+ //MAIN.GLDebugSync=1;
|
|
laProcessInitArguments(argc, argv, &ia);
|
|
laProcessInitArguments(argc, argv, &ia);
|
|
laGetReadyWith(&ia);
|
|
laGetReadyWith(&ia);
|
|
|
|
|
|
@@ -46,7 +46,7 @@ int main(int argc, char *argv[]){
|
|
laEnsureUserPreferences();
|
|
laEnsureUserPreferences();
|
|
|
|
|
|
laLoadHyperResources("OURBRUSH");
|
|
laLoadHyperResources("OURBRUSH");
|
|
- //laLoadHyperResources("OURPALLETTE");
|
|
|
|
|
|
+ laLoadHyperResources("OURPALLETTE");
|
|
|
|
|
|
int anyload=0;
|
|
int anyload=0;
|
|
for(int i=1;i<argc;i++){
|
|
for(int i=1;i<argc;i++){
|