mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-22 13:42:01 +00:00
nilrider:: fixed recording surfaces to wrong cgi
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user