mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +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() {
|
||||
if(initialized) return;
|
||||
initialized = true;
|
||||
check_cgi();
|
||||
|
||||
real_minx = HUGE_VAL;
|
||||
real_miny = HUGE_VAL;
|
||||
|
Loading…
Reference in New Issue
Block a user