reorder fields for no reason

This commit is contained in:
Josh Deprez 2021-09-30 09:12:13 +10:00
parent db5a10a14b
commit 8b0b38b488

View file

@ -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