Fix compile error

Fixed bad cast.
pull/1827/head
JeffH-BMG 2018-03-07 18:24:38 -05:00 committed by GitHub
parent 89a4cf9495
commit cfd56a43a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ bool STLImporter::LoadBinaryFile()
++theVec;
++vp;
sz = theVec;
sz = (const unsigned char*) theVec;
uint16_t color = *((uint16_t*)sz);
sz += 2;