fixup to new embeddings, pointer cgi1 in sky

This commit is contained in:
Zeno Rogue 2023-01-27 10:18:19 +01:00
parent 56f5fee8dd
commit 9e6e8e02b0
1 changed files with 1 additions and 1 deletions

View File

@ -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)];