added store/restore display buffer
This commit is contained in:
parent
d2a4376c73
commit
80f7bc8e2a
7 changed files with 13 additions and 43 deletions
|
@ -47,7 +47,6 @@ DriverGL::DriverGL(int screenW, int screenH, int screenBPP, bool fullscreen) {
|
|||
loadEmergFont();
|
||||
|
||||
_smushNumTex = 0;
|
||||
_storedDisplay = NULL;
|
||||
}
|
||||
|
||||
void DriverGL::toggleFullscreenMode() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue