Jelajahi Sumber

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 tahun lalu
induk
melakukan
d78ea9175a
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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