nilrider:: fixed recording surfaces to wrong cgi

This commit is contained in:
Zeno Rogue 2022-05-06 13:14:48 +02:00
parent 9502fc97fc
commit dc375ade49
1 changed files with 1 additions and 0 deletions

View File

@ -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;