Fix typo in error message
This commit is contained in:
parent
86eef29974
commit
2f7c8e8e97
|
|
@ -249,7 +249,7 @@ spawn_child_system(BaseParticle *bp) {
|
|||
|
||||
if (_spawn_templates.size() == 0) {
|
||||
physics_cat.error() << "ParticleSystem::spawn_child_system: "
|
||||
<< "no spawn templates presesnt." << endl;
|
||||
<< "no spawn templates present." << endl;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue