diff --git a/GlitchyEngine/src/GameTime.bf b/GlitchyEngine/src/GameTime.bf index 06de0b5..7c246a1 100644 --- a/GlitchyEngine/src/GameTime.bf +++ b/GlitchyEngine/src/GameTime.bf @@ -8,7 +8,7 @@ namespace GlitchyEngine */ public class GameTime { - private Stopwatch _stopwatch ~ delete:append _; + private Stopwatch _stopwatch; private uint64 _frameCount;