- make TextureAssetKey flipY option a proper bean property

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10206 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent 437d34636b
commit f31c1395e8
  1. 4
      engine/src/core/com/jme3/asset/TextureKey.java

@ -95,6 +95,10 @@ public class TextureKey extends AssetKey<Texture> {
return flipY; return flipY;
} }
public void setFlipY(boolean flipY) {
this.flipY = flipY;
}
public int getAnisotropy() { public int getAnisotropy() {
return anisotropy; return anisotropy;
} }

Loading…
Cancel
Save