Skip to content

Commit

Permalink
[HxDoom] Revert this for dox gen safety
Browse files Browse the repository at this point in the history
also this part ain't ready either
  • Loading branch information
kevansevans committed Aug 16, 2020
1 parent b38dfc8 commit 7de8c2a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions library/src/hxdoom/core/ActorCore.hx
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,8 @@ import hxdoom.utils.geom.Angle;
*/
class ActorCore
{
public static var ActorList:Array<Void -> Void>
public static var ActiveList:Array<Actor>;

public static function Summon(_actorID:Int, _x:Float = 0, _y:Float = 0, _angle:Angle = 0) {
if (ActorList[_actorID] == null) {
ActiveList.push(Actor.CONSTRUCTOR([]);
}
}

public function new()
{

}

}
}

0 comments on commit 7de8c2a

Please sign in to comment.