Some BRDF fixes
This commit is contained in:
parent
72b844c349
commit
37f558cd7b
11 changed files with 95 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue