Unload textures

Fast question… how to unload texture, that was loaded by Stream?

Loaded through Texture2D.FromStream()? Call Dispose() on the texture.

Ok, i understand my mistake :confused: I tried to load .jpg texture and it cause problems, Now i know that i can load only png, Thank you