Merge branch 'master' into MalcolmTyrrell/spatialSortImprovements

pull/4130/head
Kim Kulling 2021-10-27 17:20:47 +02:00 committed by GitHub
commit 5af71feef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ bool parseColor(const char *color, aiColor4D &diffuse) {
return false;
}
//const char *buf(color);
if ('#' != color[0]) {
return false;
}