1
0
Fork 0

Don't toast shader code

This commit is contained in:
Hendrik Brucker 2025-01-05 13:19:45 +01:00
parent 02e4605d6c
commit c0eae103e2
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ public:
"compute"
};
ERR_PRINT("Error parsing shader '" + p_file + "', version '" + String(E.key) + "', stage '" + stage_str[i] + "':\n\n" + error);
print_error("Error parsing shader '" + p_file + "', version '" + String(E.key) + "', stage '" + stage_str[i] + "':\n\n" + error);
}
}
}