mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
intra:: set T=Id to prevent possible rendering errors
This commit is contained in:
parent
09f8aefba7
commit
868b75f64e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user