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:
parent
3726a896e2
commit
4de2f8311e
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user