From: Clyne Sullivan Date: Sun, 13 Sep 2015 00:02:25 +0000 (-0400) Subject: mm X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=9e04811e52203e4b814c6668208931aeeb8e752e;p=clyne%2Fgamedev.git mm --- diff --git a/src/World.cpp b/src/World.cpp index 790a8e0..0ee8658 100644 --- a/src/World.cpp +++ b/src/World.cpp @@ -59,7 +59,7 @@ LOOP: if(cur->behind){ drawOffsetX+=(cur->getWidth()-cur->behind->getWidth())/2; drawOffsetY+=.3; - hline/=2; + //hline/=2; cur=cur->behind; goto LOOP; //behind->draw(); @@ -86,7 +86,7 @@ LOOP2: cur=cur->infront; drawOffsetX-=(cur->getWidth()-cur->behind->getWidth())/2; drawOffsetY-=.3; - hline*=2; + //hline*=2; goto LOOP2; }else{ drawOffsetX=drawOffsetY=0;