Browse Source

Merge pull request #1824 from 1vanK/master

Allow access to PhysicsWorld2D members from chield classes
Lasse Öörni 8 years ago
parent
commit
728c3765dd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/Urho3D/Urho2D/PhysicsWorld2D.h

+ 0 - 1
Source/Urho3D/Urho2D/PhysicsWorld2D.h

@@ -209,7 +209,6 @@ protected:
     /// Handle scene being assigned.
     /// Handle scene being assigned.
     virtual void OnSceneSet(Scene* scene);
     virtual void OnSceneSet(Scene* scene);
 
 
-private:
     /// Handle the scene subsystem update event, step simulation here.
     /// Handle the scene subsystem update event, step simulation here.
     void HandleSceneSubsystemUpdate(StringHash eventType, VariantMap& eventData);
     void HandleSceneSubsystemUpdate(StringHash eventType, VariantMap& eventData);
     /// Send begin contact events.
     /// Send begin contact events.