Erwan
- 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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user