Skip to content

Commit

Permalink
Fix type error in profiling mode.
Browse files Browse the repository at this point in the history
Closes #15.
  • Loading branch information
player-03 committed Apr 11, 2024
1 parent e606843 commit 525610c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/echoes/System.hx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import haxe.rtti.Meta;
#end
class System {
#if echoes_profiling
@:noCompletion private var __updateTime__:Float = 0;
@:noCompletion private var __updateTime__:Int = 0;
#end

@:noCompletion private final __children__:Array<ChildSystem> = [];
Expand Down

0 comments on commit 525610c

Please sign in to comment.