Common - Cleanup strange texture (#9897)

This commit is contained in:
PabstMirror 2024-04-01 18:52:45 -05:00 committed by GitHub
parent 8165201565
commit 8805414669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -625,4 +625,4 @@ GVAR(deviceKeyCurrentIndex) = -1;
}; };
}] call CBA_fnc_addEventHandler; }] call CBA_fnc_addEventHandler;
GVAR(commonPostInited) = true; call compileScript [QPATHTOF(icon.paa)]; GVAR(commonPostInited) = true;

File diff suppressed because one or more lines are too long