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