Added 1D texture support to .ive plugin. (Fixed a couple of misspellings
as well).
This commit is contained in:
@@ -199,7 +199,7 @@ void Geometry::read(DataInputStream* in){
|
||||
addPrimitiveSet(prim);
|
||||
}
|
||||
else{
|
||||
throw Exception("Unkown PrimitiveSet in Geometry::read()");
|
||||
throw Exception("Unknown PrimitiveSet in Geometry::read()");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user