Browse Source

Travis CI: API documentation update at 2015-01-23 13:47:05 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
809d4fb920
2 changed files with 3 additions and 1 deletions
  1. 2 0
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -5624,6 +5624,7 @@ Properties:
 
 Methods:
 
+- void DrawDebugGeometry(DebugRenderer* debug, bool depthTest)
 - void SetTmxFile(TmxFile2D* tmxFile)
 - TmxFile2D* GetTmxFile() const
 - const TileMapInfo2D& GetInfo() const
@@ -5662,6 +5663,7 @@ Properties:
 
 Methods:
 
+- void DrawDebugGeometry(DebugRenderer* debug, bool depthTest)
 - void SetDrawOrder(int drawOrder)
 - void SetVisible(bool visible)
 - int GetDrawOrder() const

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.72
+0.0.73