mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
more Android fixes
This commit is contained in:
parent
3726a896e2
commit
4de2f8311e
@ -51,6 +51,7 @@ public class HyperRenderer implements GLSurfaceView.Renderer {
|
||||
if(graphdata == null) return;
|
||||
|
||||
gdpos = 0;
|
||||
|
||||
while(gdpos < graphdata.length) {
|
||||
switch(gdpop()) {
|
||||
case 2: {
|
||||
|
Loading…
Reference in New Issue
Block a user