Add clause to clean up AUTHORS.txt
This commit is contained in:
parent
882a909df8
commit
ac0a24347e
@ -179,6 +179,7 @@ bool validName(const std::string& first)
|
||||
if (first=="Mr") return false;
|
||||
if (first=="Osfields") return false;
|
||||
if (first=="Optimizer") return false;
|
||||
if (first=="RenderStage") return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user