Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-02-15 17:01:27 +0300
committerTon Roosendaal <ton@blender.org>2009-02-15 17:01:27 +0300
commit121c8c258463212077cfb2b7526a2d72d8439d9f (patch)
tree03de899e91cb7e5403ac1af3bde604d6d80577aa /source/blender/windowmanager
parentb35092f03cfec7ea0c67a08a547d67f009a53498 (diff)
2.5
Accidentally closed comment twice, that doesnt compile!
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index dbd0b8f2205..30c5d7e3a10 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -529,7 +529,7 @@ static int ghost_event_proc(GHOST_EventHandle evt, GHOST_TUserDataPtr private)
to prevent queues to get overloaded.
Timer handlers should check for delta to decide if they just
update, or follow real time.
- Timer handlers can also set duration to match frames passed */
+ Timer handlers can also set duration to match frames passed
*/
static int wm_window_timer(const bContext *C)
{