mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-04 17:57:03 +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 = current_display->radar_transform * S;
|
||||
geometry = orig;
|
||||
S = cgi1.emb->actual_to_base(S);
|
||||
S = cgi1->emb->actual_to_base(S);
|
||||
}
|
||||
|
||||
auto& h = cgi.shFullFloor.b[shvid(g.c)];
|
||||
|
Loading…
x
Reference in New Issue
Block a user