texture0 should not be disposed

This commit is contained in:
Aragas 2016-09-16 16:57:05 +03:00
parent 6f66ac2e6a
commit c0f21d92dc

View File

@ -552,7 +552,6 @@
End Function
Protected Overrides Sub Finalize()
texture0.Dispose()
texture1.Dispose()
texture2.Dispose()
End Sub