Navigation Menu

Skip to content

Commit

Permalink
Fixed|Stereo 3D: Warning about double to float conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 7, 2013
1 parent 0a9016a commit 2c29bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/render/vr.cpp
Expand Up @@ -85,7 +85,7 @@ bool VR::modeNeedsStereoGLFormat(VR::Stereo3DMode mode)
return mode == VR::MODE_QUAD_BUFFERED;
}

static float vrRiftFovX = 114.8;
static float vrRiftFovX = 114.8f;
float VR::riftFovX() /// Horizontal field of view in degrees
{
return vrRiftFovX;
Expand Down

0 comments on commit 2c29bd0

Please sign in to comment.