This commit is contained in:
luboslenco
2025-03-02 21:07:17 +01:00
parent 32bc073574
commit c8a667bfee
59 changed files with 371 additions and 509 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ function render_path_base_ssaa4(): bool {
}
function render_path_base_is_cached(): bool {
if (sys_width() == 0 || sys_height() == 0) {
if (kinc_window_width() == 0 || kinc_window_height() == 0) {
return true;
}