Merge branch '4jcraft:dev' into dev
This commit is contained in:
@@ -225,7 +225,7 @@ Texture *StitchedTexture::getSource()
|
||||
|
||||
Texture *StitchedTexture::getFrame(int i)
|
||||
{
|
||||
return frames->at(0);
|
||||
return frames->at(i);
|
||||
}
|
||||
|
||||
int StitchedTexture::getFrames()
|
||||
|
||||
Reference in New Issue
Block a user