Misc. typos

This commit is contained in:
luz.paz
2018-02-08 13:23:25 -05:00
parent c9dc78e8a6
commit ec04b0e9fc
3 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ void View3DInventorRiftViewer::setSceneGraph(SoNode *sceneGraph)
void View3DInventorRiftViewer::keyPressEvent(QKeyEvent *event)
{
static const float increment = 0.02; // move two centimeter per key
static const float rotIncrement = M_PI/4; // move two 90° per key
static const float rotIncrement = M_PI/4; // move two 90° per key
if (event->key() == Qt::Key_Plus) {