mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Don't toast shader code
This commit is contained in:
parent
02e4605d6c
commit
c0eae103e2
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ public:
|
||||||
"compute"
|
"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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue