mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
Reduce objects
This commit is contained in:
@ -11,6 +11,7 @@ func SetTexture(t Texture) {
|
||||
return
|
||||
}
|
||||
|
||||
println("Loaded texture:", t.Path)
|
||||
Textures[t.TexID] = t
|
||||
TexturePaths[t.Path] = t.TexID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user