mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-11 13:49:03 +00:00
atscreenpos now returns shiftmatrix; changed the atscreenpos references in hyperrogue to use new atscreenpos and eupoint when applicable
This commit is contained in:
@@ -545,8 +545,8 @@ EX namespace inv {
|
||||
if(gg) {
|
||||
initquickqueue();
|
||||
poly_outline = OUTLINE_DEFAULT;
|
||||
transmatrix V = atscreenpos(px, py, rad*2);
|
||||
drawItemType(o, NULL, shiftless(V), icol, ticks/3 + i * 137, false);
|
||||
shiftmatrix V = atscreenpos(px, py, rad*2);
|
||||
drawItemType(o, NULL, V, icol, ticks/3 + i * 137, false);
|
||||
quickqueue();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user