mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Removed delete:append in GameTime
This commit is contained in:
@@ -8,7 +8,7 @@ namespace GlitchyEngine
|
|||||||
*/
|
*/
|
||||||
public class GameTime
|
public class GameTime
|
||||||
{
|
{
|
||||||
private Stopwatch _stopwatch ~ delete:append _;
|
private Stopwatch _stopwatch;
|
||||||
|
|
||||||
private uint64 _frameCount;
|
private uint64 _frameCount;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user