Fix typo "noitfy"->"notify".
This commit is contained in:
@@ -245,7 +245,7 @@ ENDIF(WIN32)
|
||||
#luigi#ENDIF(UNIX)
|
||||
########################################################################################################
|
||||
|
||||
OPTION(OSG_NOTIFY_DISABLED "Set to ON to build OpenSceneGraph with the noitfy() disabled." OFF)
|
||||
OPTION(OSG_NOTIFY_DISABLED "Set to ON to build OpenSceneGraph with the notify() disabled." OFF)
|
||||
|
||||
OPTION(OSG_USE_FLOAT_MATRIX "Set to ON to build OpenSceneGraph with float Matrix instead of double." OFF)
|
||||
MARK_AS_ADVANCED(OSG_USE_FLOAT_MATRIX)
|
||||
|
||||
@@ -489,7 +489,7 @@ void testThreadInitAndExit()
|
||||
OpenThreads::Thread::microSleep(5000000);
|
||||
}
|
||||
|
||||
std::cout<<"pass noitfy thread test."<<std::endl<<std::endl;
|
||||
std::cout<<"pass notify thread test."<<std::endl<<std::endl;
|
||||
}
|
||||
|
||||
void testPolytope()
|
||||
|
||||
Reference in New Issue
Block a user