reorder fields for no reason
This commit is contained in:
parent
db5a10a14b
commit
8b0b38b488
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ func init() {
|
||||||
type Game struct {
|
type Game struct {
|
||||||
Disables
|
Disables
|
||||||
Hides
|
Hides
|
||||||
ScreenSize image.Point
|
|
||||||
Root Drawer
|
|
||||||
Projection geom.Projector
|
Projection geom.Projector
|
||||||
|
Root Drawer
|
||||||
|
ScreenSize image.Point
|
||||||
VoxelScale geom.Float3
|
VoxelScale geom.Float3
|
||||||
|
|
||||||
dbmu sync.RWMutex
|
dbmu sync.RWMutex
|
||||||
|
|
Loading…
Reference in a new issue