mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tetris: fix &Foo instead of *Foo warnings.
This commit is contained in:
committed by
Alexander Medvednikov
parent
83d724fb70
commit
ecb661f719
@@ -116,9 +116,9 @@ struct Game {
|
||||
// Index of the rotation (0-3)
|
||||
rotation_idx int
|
||||
// gg context for drawing
|
||||
gg *gg.GG
|
||||
gg &gg.GG
|
||||
// ft context for font drawing
|
||||
ft *freetype.Context
|
||||
ft &freetype.Context
|
||||
font_loaded bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user