File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- // LSL script generated: Camera.LSL.CameraScript.lslp Mon Mar 10 18:20:46 Mitteleuropäische Zeit 2014
1+ // LSL script generated: Camera.LSL.CameraScript.lslp Mon Mar 10 18:43:18 Mitteleuropäische Zeit 2014
22// /////////////////////////////////////////////////////////////////////////////////////////////////
33// Camera Control
44//
@@ -175,7 +175,7 @@ default {
175175 state_entry () {
176176 (g_kOwner = llGetOwner ());
177177 (g_sScriptName = llGetScriptName ());
178- (verbose = 1 );
178+ (verbose = 0 );
179179 integer rc = 0 ;
180180 (rc = llSetMemoryLimit (24000 ));
181181 if (verbose ) if ((! rc )) {
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ default
410410 // debug=TRUE; // set to TRUE to enable Debug messages
411411 g_kOwner = llGetOwner ();
412412 g_sScriptName = llGetScriptName ();
413- verbose = TRUE ;
413+ verbose = FALSE ;
414414
415415 MemRestrict (24000 , FALSE );
416416 if (debug ) Debug (" state_entry" , TRUE , TRUE );
You can’t perform that action at this time.
0 commit comments