Another whitespace tweak.

This commit is contained in:
Pär Winzell 2017-12-06 10:39:54 -08:00 committed by GitHub
parent d3cea128f7
commit 20ffe6f1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ int RawModel::AddCameraOrthographic(
{
RawCamera camera;
camera.name = name;
camera.nodeId = nodeId;
camera.nodeId = nodeId;
camera.mode = RawCamera::CAMERA_MODE_ORTHOGRAPHIC;
camera.orthographic.magX = magX;
camera.orthographic.magY = magY;