1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-12 10:20:32 +00:00

more Android fixes

This commit is contained in:
Zeno Rogue 2018-06-07 19:53:02 +02:00
parent 3726a896e2
commit 4de2f8311e

View File

@ -51,6 +51,7 @@ public class HyperRenderer implements GLSurfaceView.Renderer {
if(graphdata == null) return; if(graphdata == null) return;
gdpos = 0; gdpos = 0;
while(gdpos < graphdata.length) { while(gdpos < graphdata.length) {
switch(gdpop()) { switch(gdpop()) {
case 2: { case 2: {