OSDN Git Service

TextureAtlas, allow data to be null (simplifies using/not using data with a subclass...
authorNathanSweet <nathan.sweet@gmail.com>
Sun, 3 Feb 2013 11:37:02 +0000 (12:37 +0100)
committerNathanSweet <nathan.sweet@gmail.com>
Sun, 3 Feb 2013 11:37:02 +0000 (12:37 +0100)
commit2dfafe85275e9c474be02ad780d7b2e0ca363bae
tree2714c5523760172aa6534bb34f9fbaf707c835d3
parent845961d366f36f6503da2aa9603a7f5534db22d4
TextureAtlas, allow data to be null (simplifies using/not using data with a subclass that returns fake regions for those not found).
gdx/src/com/badlogic/gdx/graphics/g2d/TextureAtlas.java