- Attempt at solving issue 247 (missing background image for trophy room). I think I attempted that a while ago and it caused some crashes, so let's revert this change if this happens
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-09-26 06:22:46 +00:00
parent 04ae98466b
commit ac435980ce
6 changed files with 23 additions and 13 deletions

View File

@@ -162,7 +162,7 @@ void StoryReward::Update(float dt){
}
void StoryImage::Render() {
JQuad * quad = resources.RetrieveQuad(img);
JQuad * quad = resources.RetrieveTempQuad(img);
if (quad) {
float x = mX;
if (mX == -1) {