sky:: fixed stars

This commit is contained in:
Zeno Rogue 2023-05-15 02:25:23 +02:00
parent e6738f6c20
commit 60d7d1da7e
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ EX void draw_star(const shiftmatrix& V, const hpcshape& sh, color_t col, ld rev
val += cgi.emb->center_z();
auto V1 = V; be_euclidean_infinity(V1.T);
queuepolyat(V1 * zpush(val), sh, col, PPR::SKY);
queuepolyat(V1 * lzpush(val), sh, col, PPR::SKY);
}
EX ld star_prob = 0.33;