Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 17, 2014
1 parent 194684a commit ed54380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libgui/src/canvas.cpp
Expand Up @@ -114,7 +114,7 @@ DENG2_PIMPL(Canvas)

if(mouseGrabbed)
{
LOG_INPUT_VERBOSE("Ungrabbing mouse") << mouseGrabbed;
LOG_INPUT_VERBOSE("Ungrabbing mouse");

// Tell the mouse driver that the mouse is untrapped.
mouseGrabbed = false;
Expand Down

0 comments on commit ed54380

Please sign in to comment.