Skip to content

Commit

Permalink
Merge pull request #1908 from xushiwei/q
Browse files Browse the repository at this point in the history
tetris: small fix
  • Loading branch information
xushiwei authored Jun 27, 2024
2 parents 7e48659 + 480a73f commit 3df6bf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testdata/_llgo/tetris/tetris.gop
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import (
"c"
"c/raylib"
"unsafe"
)

const (
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit 3df6bf3

Please sign in to comment.