Fixed typo
This commit is contained in:
parent
55270779bf
commit
25e04b8463
@ -69,7 +69,7 @@ bool Stats::setAttribute(unsigned int frameNumber, const std::string& attributeN
|
||||
int index = getIndex(frameNumber);
|
||||
if (index<0)
|
||||
{
|
||||
OSG_NOTICE<<"Failed to assing valid index for Stats::setAttribute("<<frameNumber<<","<<attributeName<<","<<value<<")"<<std::endl;
|
||||
OSG_NOTICE<<"Failed to assign valid index for Stats::setAttribute("<<frameNumber<<","<<attributeName<<","<<value<<")"<<std::endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user