1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-18 00:22:03 +00:00

some fixes and 10.3g

This commit is contained in:
Zeno Rogue
2018-02-04 01:04:29 +01:00
parent e5d11b6b1f
commit 6cc3177524
4 changed files with 29 additions and 8 deletions

View File

@@ -79,6 +79,7 @@ renderbuffer::renderbuffer(int x, int y, bool gl) : x(x), y(y) {
FramebufferName = renderedTexture = 0;
else
valid = true;
GLERR("initialization");
}
#endif