Added 1D texture support to .ive plugin. (Fixed a couple of misspellings

as well).
This commit is contained in:
Don BURNS
2004-01-27 22:45:03 +00:00
parent 635f302a2a
commit 21633a9b8f
7 changed files with 130 additions and 3 deletions

View File

@@ -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()");
}
}