mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 15:24:52 +02:00
Undo Aragas wrongful fixes
This commit is contained in:
parent
6af1aa5350
commit
819675970a
@ -427,9 +427,10 @@
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
' Plz Fix It Aragaz Plz
|
' Plz Fix It Aragaz Plz
|
||||||
Dim texture = Route.getTexture(objectsTexture, isSelected)
|
'Dim texture = Route.getTexture(objectsTexture, isSelected)
|
||||||
Core.SpriteBatch.Draw(texture, Route.getRectangle(mapOffset), c)
|
'Core.SpriteBatch.Draw(texture, Route.getRectangle(mapOffset), c)
|
||||||
texture.Dispose()
|
'texture.Dispose()
|
||||||
|
Core.SpriteBatch.Draw(Route.getTexture(objectsTexture, isSelected), Route.getRectangle(mapOffset), c)
|
||||||
Next
|
Next
|
||||||
End If
|
End If
|
||||||
|
|
||||||
@ -446,9 +447,10 @@
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
' Plz Fix It Aragaz Plz
|
' Plz Fix It Aragaz Plz
|
||||||
Dim texture = City.getTexture(objectsTexture, isSelected)
|
'Dim texture = City.getTexture(objectsTexture, isSelected)
|
||||||
Core.SpriteBatch.Draw(texture, City.getRectangle(mapOffset), c)
|
'Core.SpriteBatch.Draw(texture, City.getRectangle(mapOffset), c)
|
||||||
texture.Dispose()
|
'texture.Dispose()
|
||||||
|
Core.SpriteBatch.Draw(City.getTexture(objectsTexture, isSelected), City.getRectangle(mapOffset), c)
|
||||||
Next
|
Next
|
||||||
End If
|
End If
|
||||||
|
|
||||||
@ -465,9 +467,10 @@
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
' Plz Fix It Aragaz Plz
|
' Plz Fix It Aragaz Plz
|
||||||
Dim texture = Place.getTexture(objectsTexture, isSelected)
|
'Dim texture = Place.getTexture(objectsTexture, isSelected)
|
||||||
Core.SpriteBatch.Draw(texture, Place.getRectangle(mapOffset), c)
|
'Core.SpriteBatch.Draw(texture, Place.getRectangle(mapOffset), c)
|
||||||
texture.Dispose()
|
'texture.Dispose()
|
||||||
|
Core.SpriteBatch.Draw(Place.getTexture(objectsTexture, isSelected), Place.getRectangle(mapOffset), c)
|
||||||
Next
|
Next
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user