mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 15:20:27 +00:00
fixed cool fog in split screen
This commit is contained in:
parent
31f70bbbfa
commit
53d5813267
4
sky.cpp
4
sky.cpp
@ -525,6 +525,10 @@ EX void make_air() {
|
||||
|
||||
vid.xres = AIR_TEXTURE;
|
||||
vid.yres = AIR_TEXTURE;
|
||||
dynamicval<ld> g1(current_display->xmin, 0);
|
||||
dynamicval<ld> g2(current_display->ymin, 0);
|
||||
dynamicval<ld> g3(current_display->xmax, 1);
|
||||
dynamicval<ld> g4(current_display->ymax, 1);
|
||||
calcparam();
|
||||
models::configure();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user