Browse Source

Fix another tab.

JTippetts 8 years ago
parent
commit
c4b609ccaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/LuaScript/pkgs/UI/Button.pkg

+ 1 - 1
Source/Urho3D/LuaScript/pkgs/UI/Button.pkg

@@ -16,7 +16,7 @@ class Button : public BorderImage
     void SetRepeatRate(float rate);
     
     const IntVector2& GetPressedOffset() const;
-	const IntVector2& GetDisabledOffset() const;
+    const IntVector2& GetDisabledOffset() const;
     const IntVector2& GetPressedChildOffset() const;
     float GetRepeatDelay() const;
     float GetRepeatRate() const;