mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 20:37:40 +00:00
intra:: set T=Id to prevent possible rendering errors
This commit is contained in:
@@ -136,6 +136,7 @@ EX portal_data make_portal(cellwalker cw, int spin) {
|
|||||||
auto fac = ss.faces_local[cw.spin];
|
auto fac = ss.faces_local[cw.spin];
|
||||||
portal_data id;
|
portal_data id;
|
||||||
id.scale = 1;
|
id.scale = 1;
|
||||||
|
id.T = Id;
|
||||||
auto gg = geometry;
|
auto gg = geometry;
|
||||||
if(prod && cw.spin >= cw.at->type - 2) {
|
if(prod && cw.spin >= cw.at->type - 2) {
|
||||||
id.kind = 1;
|
id.kind = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user