diff options
-rw-r--r-- | content.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ type contentConn struct { } itemDefs []mt.ItemDef - aliases []struct{ Alias, Orig string } // alias = texture hash + aliases []struct{ Alias, Orig string } nodeDefs []mt.NodeDef |