瀏覽代碼

Travis CI: API documentation update at 2015-08-24 10:23:12 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/934c640835ebfa59ad017358f6fc44e002fe63b4

Message: Fix Lua binding for Localization and Database subsystems.
Fix Lua version of the localization demo.

urho3d-travis-ci 10 年之前
父節點
當前提交
d78ea9175a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 1 - 1
Docs/LuaScriptAPI.dox

@@ -3059,8 +3059,8 @@ Methods:
 - int GetLanguageIndex(const String language)
 - String GetLanguage()
 - String GetLanguage(int index)
-- void SetLanguage(int index)
 - void SetLanguage(const String language)
+- void SetLanguage(int index)
 - String Get(const String id)
 - void Reset()
 - void LoadJSON(const JSONValue& source)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.140
+0.0.141