Browse Source

Fixed editor script.

Lasse Öörni 14 years ago
parent
commit
14678bfad0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Bin/Data/Scripts/Editor/EditorView.as

+ 1 - 1
Bin/Data/Scripts/Editor/EditorView.as

@@ -132,7 +132,7 @@ void UpdateStats(float timeStep)
         "  Batches: " + renderer.numBatches +
         "  Lights: " + renderer.numLights[true] +
         "  Shadowmaps: " + renderer.numShadowMaps[true] +
-        "  Occluders: " + renderer.numOccluders[true] + " / " + renderer.numShadowOccluders[true]);
+        "  Occluders: " + renderer.numOccluders[true]);
 
     Vector3 cameraPos = cameraNode.position;
     String xText(cameraPos.x);