Fixes for .osg output of UByte4 values, and added missing template contructor
to DrawElementsUShort.
This commit is contained in:
@@ -524,7 +524,7 @@ Array* Array_readLocalData(Input& fr)
|
||||
fr[2].getUInt(b) &&
|
||||
fr[3].getUInt(a))
|
||||
{
|
||||
++fr;
|
||||
fr+=4;
|
||||
array->push_back(osg::UByte4(r,g,b,a));
|
||||
}
|
||||
else ++fr;
|
||||
|
||||
Reference in New Issue
Block a user