You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
Some BRDF fixes
This commit is contained in:
@@ -612,6 +612,8 @@ String String::get_slicec(CharType p_splitter, int p_slice) const {
|
||||
if (p_slice==count) {
|
||||
|
||||
return substr(prev,i-prev);
|
||||
} else if (c[i]==0) {
|
||||
return String();
|
||||
} else {
|
||||
count++;
|
||||
prev=i+1;
|
||||
|
||||
Reference in New Issue
Block a user