diff --git a/testdata/_llgo/tetris/tetris.gop b/testdata/_llgo/tetris/tetris.gop index 2ef4e53a4..5d54faebe 100644 --- a/testdata/_llgo/tetris/tetris.gop +++ b/testdata/_llgo/tetris/tetris.gop @@ -1,7 +1,6 @@ import ( "c" "c/raylib" - "unsafe" ) const ( @@ -164,7 +163,6 @@ for !raylib.windowShouldClose && !gameOver { c.sprintf scoreText, c"Score:%d", score raylib.drawText scoreText, 10, 10, 20, raylib.BLACK - raylib.endDrawing }