mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-08 09:24:06 +00:00
nilrider:: fixed recording surfaces to wrong cgi
This commit is contained in:
parent
9502fc97fc
commit
dc375ade49
@ -76,6 +76,7 @@ void level::init_textures() {
|
|||||||
void level::init() {
|
void level::init() {
|
||||||
if(initialized) return;
|
if(initialized) return;
|
||||||
initialized = true;
|
initialized = true;
|
||||||
|
check_cgi();
|
||||||
|
|
||||||
real_minx = HUGE_VAL;
|
real_minx = HUGE_VAL;
|
||||||
real_miny = HUGE_VAL;
|
real_miny = HUGE_VAL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user