mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-16 07:47:55 +00:00
made it compile with RUG on emscripten (at least it should -- it does not work for me because of an emscripten bug apparently)
This commit is contained in:
@@ -22,6 +22,8 @@ GLAPI void APIENTRY glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
bool glew = false;
|
||||
|
||||
renderbuffer::renderbuffer(int x, int y, bool gl) : x(x), y(y) {
|
||||
|
||||
valid = false;
|
||||
|
||||
Reference in New Issue
Block a user