Skip to content

Commit 3df6bf3

Browse files
authored
Merge pull request #1908 from xushiwei/q
tetris: small fix
2 parents 7e48659 + 480a73f commit 3df6bf3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testdata/_llgo/tetris/tetris.gop

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import (
22
"c"
33
"c/raylib"
4-
"unsafe"
54
)
65

76
const (
@@ -164,7 +163,6 @@ for !raylib.windowShouldClose && !gameOver {
164163

165164
c.sprintf scoreText, c"Score:%d", score
166165
raylib.drawText scoreText, 10, 10, 20, raylib.BLACK
167-
168166
raylib.endDrawing
169167
}
170168

0 commit comments

Comments
 (0)