Added missing .0, and shader dumping

This commit is contained in:
mcrcortex
2025-05-09 09:46:00 +10:00
parent 4aa04c7cce
commit ef8a5af94b
2 changed files with 10 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ bool isCulledByHiz() {
miplevel = ceil(miplevel);
miplevel = clamp(miplevel, 0, 20);
if (miplevel >= 10f) {//Level 9 or 10// TODO: FIX THIS JANK SHIT
if (miplevel >= 10.0f) {//Level 9 or 10// TODO: FIX THIS JANK SHIT
return false;
}