Refactor game loop to await start and enhance Sixel rasterizer terminal support detection
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -56,5 +56,5 @@ void main() async {
|
||||
onExit: stopAndExit,
|
||||
);
|
||||
|
||||
gameLoop.start();
|
||||
await gameLoop.start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user