public void Remove(JTexture textureToRemove) { textureList.Remove(textureToRemove); textureToRemove.Free(); }