mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
MAJOR CHANGE: replaced (transmatrix,band_shift) pair with shiftmatrix
This commit is contained in:
@@ -536,7 +536,7 @@ EX namespace inv {
|
||||
if(gg) {
|
||||
initquickqueue();
|
||||
transmatrix V = atscreenpos(px, py, rad*2);
|
||||
drawItemType(o, NULL, V, icol, ticks/3 + i * 137, false);
|
||||
drawItemType(o, NULL, shiftless(V), icol, ticks/3 + i * 137, false);
|
||||
quickqueue();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user