Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 8, 2012
1 parent cbe5571 commit 3faa09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/window.cpp
Expand Up @@ -295,7 +295,7 @@ struct ddwindow_s
* to play out. Thus some of the operations have to be performed in a
* deferred way, after a short wait. The ideal would be to listen to
* the native events and trigger the necessary updates after they
* occur; however, now we just use a naive time-based delays.
* occur; however, now we just use naive time-based delays.
*/

if(flags & DDWF_FULLSCREEN)
Expand Down

0 comments on commit 3faa09a

Please sign in to comment.