Skip to content

Commit

Permalink
Made DebugPool entitiesContainer public
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Mar 4, 2015
1 parent 397a4c3 commit 98ddc3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VisualDebugging/Assets/EntitasVisualDebugging/DebugPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Entitas.Debug {
public class DebugPool : Pool {
public GameObject entitiesContainer { get { return _entitiesContainer.gameObject; } }

int _debugIndex;
Transform _entitiesContainer;

Expand Down

0 comments on commit 98ddc3d

Please sign in to comment.