Guest User

Untitled

a guest
Apr 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. override o.DisposeUnmanagedResources() =
  2. match cachedTexture with
  3. | Some x -> x.Dispose()
  4. | None -> ()
  5. base.DisposeUnmanagedResources()
Add Comment
Please, Sign In to add comment