remove a useless comment

This commit is contained in:
Stephen Birarda 2013-05-10 13:55:26 -07:00
parent f447abe03b
commit e5fce7d83e

View file

@ -186,11 +186,7 @@ bool chatEntryOn = false; // Whether to show the chat entry
bool oculusOn = false; // Whether to configure the display for the Oculus Rift
GLuint oculusTextureID = 0; // The texture to which we render for Oculus distortion
ProgramObject* oculusProgram = 0; // The GLSL program containing the distortion shader
float oculusDistortionScale = 1.25; // Controls the Oculus field of view
//
// Serial USB Variables
//
float oculusDistortionScale = 1.25; // Controls the Oculus field of viewa
SerialInterface serialPort;