Skip to content

Commit

Permalink
Update comment in Win3d::render()
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 6, 2015
1 parent c08318a commit 4993cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dart/gui/Win3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ void Win3D::render() {

mTrackBall.applyGLRotation();

// Drwa origin indicator
// Draw world origin indicator
if (!mCapture)
{
glEnable(GL_DEPTH_TEST);
Expand Down Expand Up @@ -210,7 +210,7 @@ void Win3D::render() {
initLights();
draw();

// Trackball indicator
// Draw trackball indicator
if (mRotate && !mCapture)
mTrackBall.draw(mWinWidth, mWinHeight);

Expand Down

0 comments on commit 4993cd3

Please sign in to comment.