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:
Diffstat (limited to 'source/blender/src/editnla.c')
-rw-r--r--source/blender/src/editnla.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editnla.c b/source/blender/src/editnla.c
index a61fac1bdb6..a979332e30e 100644
--- a/source/blender/src/editnla.c
+++ b/source/blender/src/editnla.c
@@ -312,6 +312,7 @@ void winqreadnlaspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
force_draw_plus(SPACE_VIEW3D, 1);
force_draw_plus(SPACE_IPO, 1);
}
+ else PIL_sleep_ms(30);
} while(get_mbut() & mousebut);
}