Browse Source

Travis CI: API documentation update at 2014-02-07 05:04:26 UTC.
[ci skip]

urho3d-travis-ci 12 years ago
parent
commit
d0e69f621e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Docs/LuaScriptAPI.dox

+ 2 - 2
Docs/LuaScriptAPI.dox

@@ -4622,8 +4622,8 @@ Methods:
 - int GetRowHeight() const
 - unsigned GetNumRows() const
 - const PODVector<int>& GetRowWidths() const
-- const PODVector<IntVector2>& GetCharPositions() const
-- const PODVector<IntVector2>& GetCharSizes() const
+- const PODVector<IntVector2>& GetCharPositions()
+- const PODVector<IntVector2>& GetCharSizes()
 - void SetEffectDepthBias(float bias)
 - float GetEffectDepthBias() const