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/editors/space_node/node_edit.c')
-rw-r--r--source/blender/editors/space_node/node_edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_node/node_edit.c b/source/blender/editors/space_node/node_edit.c
index d95947142f9..cf2b3730462 100644
--- a/source/blender/editors/space_node/node_edit.c
+++ b/source/blender/editors/space_node/node_edit.c
@@ -370,7 +370,7 @@ void ED_node_composit_default(Scene *sce)
/* but lets check it anyway */
if (sce->nodetree) {
- if (G.f & G_DEBUG)
+ if (G.debug & G_DEBUG)
printf("error in composite initialize\n");
return;
}
@@ -410,7 +410,7 @@ void ED_node_texture_default(Tex *tx)
/* but lets check it anyway */
if (tx->nodetree) {
- if (G.f & G_DEBUG)
+ if (G.debug & G_DEBUG)
printf("error in texture initialize\n");
return;
}