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:
authorCampbell Barton <ideasman42@gmail.com>2012-08-08 22:37:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-08 22:37:06 +0400
commitf0951f58ca2ffb1a7574beaac3217d3729e706c0 (patch)
tree083fa0fec7f5acc563902584b8c3c015f852bbcb /source/creator
parent0b5a995cfdca70c844186a3af9b2a01fed5e5d3f (diff)
code cleanup: rename G.afbreek --> is_break, G.rendering --> is_rendering
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 6773fbb4f13..983b164fc21 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -174,7 +174,7 @@ static void blender_esc(int sig)
{
static int count = 0;
- G.afbreek = 1; /* forces render loop to read queue, not sure if its needed */
+ G.is_break = TRUE; /* forces render loop to read queue, not sure if its needed */
if (sig == 2) {
if (count) {