From 23dadb8e1d480ff321717cd37337ec73372087b1 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sun, 12 Oct 2025 20:34:09 -0400 Subject: [PATCH] opend movement --- game.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.d b/game.d index 447de15..3f5ad8d 100644 --- a/game.d +++ b/game.d @@ -625,7 +625,7 @@ SimpleWindow create2dWindow(string title, int width = 512, int height = 512) { /++ This is the base class for your game. Create a class based on this, then pass it to [runGame]. +/ -abstract class GameHelperBase { +abstract class GameHelperBase : SynchronizableObject { /++ Implement this to draw.