Removed delete:append in GameTime

This commit is contained in:
Simon Lübeß
2021-10-30 11:25:31 +02:00
parent b3f9376dc8
commit 2bc87b437a
+1 -1
View File
@@ -8,7 +8,7 @@ namespace GlitchyEngine
*/
public class GameTime
{
private Stopwatch _stopwatch ~ delete:append _;
private Stopwatch _stopwatch;
private uint64 _frameCount;