Fix compiler warnings related to issue 957.
This commit is contained in:
@@ -408,7 +408,7 @@ void MDCImporter::InternReadFile(
|
||||
|
||||
// copy texture coordinates
|
||||
pcUVCur->x = pcUVs[quak].u;
|
||||
pcUVCur->y = 1.0-pcUVs[quak].v; // DX to OGL
|
||||
pcUVCur->y = ai_real( 1.0 )-pcUVs[quak].v; // DX to OGL
|
||||
}
|
||||
pcVertCur->x += pcFrame->localOrigin[0] ;
|
||||
pcVertCur->y += pcFrame->localOrigin[1] ;
|
||||
|
||||
Reference in New Issue
Block a user