Revert "Undo Aragas wrongful fixes"
This reverts commit 6fe374f1c7085cc03b3198208933cd55b3b3529e.
This commit is contained in:
parent
819675970a
commit
7f7102d500
|
@ -427,10 +427,9 @@
|
|||
End If
|
||||
|
||||
' Plz Fix It Aragaz Plz
|
||||
'Dim texture = Route.getTexture(objectsTexture, isSelected)
|
||||
'Core.SpriteBatch.Draw(texture, Route.getRectangle(mapOffset), c)
|
||||
'texture.Dispose()
|
||||
Core.SpriteBatch.Draw(Route.getTexture(objectsTexture, isSelected), Route.getRectangle(mapOffset), c)
|
||||
Dim texture = Route.getTexture(objectsTexture, isSelected)
|
||||
Core.SpriteBatch.Draw(texture, Route.getRectangle(mapOffset), c)
|
||||
texture.Dispose()
|
||||
Next
|
||||
End If
|
||||
|
||||
|
@ -447,10 +446,9 @@
|
|||
End If
|
||||
|
||||
' Plz Fix It Aragaz Plz
|
||||
'Dim texture = City.getTexture(objectsTexture, isSelected)
|
||||
'Core.SpriteBatch.Draw(texture, City.getRectangle(mapOffset), c)
|
||||
'texture.Dispose()
|
||||
Core.SpriteBatch.Draw(City.getTexture(objectsTexture, isSelected), City.getRectangle(mapOffset), c)
|
||||
Dim texture = City.getTexture(objectsTexture, isSelected)
|
||||
Core.SpriteBatch.Draw(texture, City.getRectangle(mapOffset), c)
|
||||
texture.Dispose()
|
||||
Next
|
||||
End If
|
||||
|
||||
|
@ -467,10 +465,9 @@
|
|||
End If
|
||||
|
||||
' Plz Fix It Aragaz Plz
|
||||
'Dim texture = Place.getTexture(objectsTexture, isSelected)
|
||||
'Core.SpriteBatch.Draw(texture, Place.getRectangle(mapOffset), c)
|
||||
'texture.Dispose()
|
||||
Core.SpriteBatch.Draw(Place.getTexture(objectsTexture, isSelected), Place.getRectangle(mapOffset), c)
|
||||
Dim texture = Place.getTexture(objectsTexture, isSelected)
|
||||
Core.SpriteBatch.Draw(texture, Place.getRectangle(mapOffset), c)
|
||||
texture.Dispose()
|
||||
Next
|
||||
End If
|
||||
|
||||
|
|
Loading…
Reference in New Issue