mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-13 00:49:54 +00:00
fixup to new embeddings, pointer cgi1 in sky
This commit is contained in:
parent
56f5fee8dd
commit
9e6e8e02b0
2
sky.cpp
2
sky.cpp
@ -607,7 +607,7 @@ EX void make_air() {
|
|||||||
S = g.T.T;
|
S = g.T.T;
|
||||||
S = current_display->radar_transform * S;
|
S = current_display->radar_transform * S;
|
||||||
geometry = orig;
|
geometry = orig;
|
||||||
S = cgi1.emb->actual_to_base(S);
|
S = cgi1->emb->actual_to_base(S);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto& h = cgi.shFullFloor.b[shvid(g.c)];
|
auto& h = cgi.shFullFloor.b[shvid(g.c)];
|
||||||
|
Loading…
Reference in New Issue
Block a user