Fixed VisualStudio warning
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14802 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -62,7 +62,7 @@ JSONObject::JSONObject(const unsigned int id, const std::string& bufferName)
|
||||
|
||||
JSONObject::JSONObject()
|
||||
{
|
||||
_uniqueID = -1;
|
||||
_uniqueID = 0xffffffff;
|
||||
}
|
||||
|
||||
void JSONObject::addUniqueID()
|
||||
|
||||
Reference in New Issue
Block a user