Преглед на файлове

Update SceneObject_ScriptBinding.h

Indentation
Simon Love преди 9 години
родител
ревизия
72ad2c0a8a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      engine/source/2d/sceneobject/SceneObject_ScriptBinding.h

+ 2 - 2
engine/source/2d/sceneobject/SceneObject_ScriptBinding.h

@@ -4536,10 +4536,10 @@ ConsoleMethodWithDocs(SceneObject, stopSound, ConsoleVoid, 3, 3, (S32 index))
     const S32 index = dAtoi(argv[2]);
     
     if (!object->getSoundsCount())
-        {
+    {
         Con::warnf("No sounds on this object. Can't stop. WON't stop.");
         return;
-        }    
+    }    
     
     U32 handle = object->getSound(index);