When i create a texture with :
Texture t = new Texture(Gdx.files.internal("image.png"));
the texture "t" is rotated 90 ??? why ?
thanks for reading.
When i create a texture with :
Texture t = new Texture(Gdx.files.internal("image.png"));
the texture "t" is rotated 90 ??? why ?
thanks for reading.