Skip to content

Commit

Permalink
changed null to never in PhysicalWorld->objectCount
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kaster committed Aug 19, 2012
1 parent 3d12ee0 commit c5ce201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/rygal/physics/PhysicalWorld.hx
Expand Up @@ -53,7 +53,7 @@ class PhysicalWorld implements PhysicalObject {
private var _objects:Array<PhysicalObject>;

/** Returns the count of objects on this world */
public var objectCount(getObjectCount, null):Int;
public var objectCount(getObjectCount, never):Int;

/**
* Creates a new physical world.
Expand Down

0 comments on commit c5ce201

Please sign in to comment.