mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
Disable TEXTURE_2D after background drawing to be in-line to what
engine.cpp does.
This commit is contained in:
parent
521fc64911
commit
342f73f286
@ -142,6 +142,7 @@ void Bitmap::draw() const {
|
||||
}
|
||||
}
|
||||
glDisable(GL_SCISSOR_TEST);
|
||||
glDisable(GL_TEXTURE_2D);
|
||||
} else if (format_ == 5) {
|
||||
glRasterPos2i(x_, y_);
|
||||
printf("format2\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user