1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-04 04:39:43 +00:00

adjusted mobile to the new system

This commit is contained in:
Zeno Rogue
2020-04-06 08:37:22 +02:00
parent 548f1d3c1e
commit 9a84dfb497
10 changed files with 47 additions and 27 deletions

View File

@@ -63,7 +63,9 @@ struct renderbuffer {
struct resetbuffer {
GLint drawFboId, readFboId;
#if CAP_SDL
SDL_Surface *sreset;
#endif
resetbuffer();
void reset();
};