1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 12:47:10 +00:00

more work on the online version: fullscreen, orientation

This commit is contained in:
Zeno Rogue
2018-02-11 21:39:47 +01:00
parent 7ac883c1c2
commit 1781554684
4 changed files with 37 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ void glError(const char* GLcall, const char* file, const int line) {
}
}
#define CAP_VERTEXBUFFER (!ISWEB)
#define CAP_VERTEXBUFFER (ISWEB)
namespace glhr {