Browse Source
Travis CI: API documentation update at 2016-01-22 13:48:39 UTC.
[ci package]
Commit: https://github.com/urho3d/Urho3D/commit/a9e62241a7996938a88f13dbb2da3fd3aa5345a7
Message: Unify fixed update source handling in ScriptInstance, LuaScriptInstance & LogicComponent. It can now be either PhysicsWorld or PhysicsWorld2D. Remove auto-creation of PhysicsWorld from ScriptInstance, as LogicComponent or LuaScriptInstance don't do that either, and the ScriptInstance can not known whether PhysicsWorld or PhysicsWorld2D should be created.