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>2010-11-15 11:53:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-15 11:53:35 +0300
commitdf9bedddcfd1cc4888eeafb71586830e95d03ebc (patch)
tree21f62e1897223661c08e54d839e21bf182a570e3 /source/blender/windowmanager
parent4661fb03a9f5836abb3a2eeb3cc2b67b2d4ecc81 (diff)
bugfix [#24708] World Notifier Problems
also draw stars when 'Only Render' option is enabled.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/WM_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 134e3890b16..cae875a9b06 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -219,6 +219,7 @@ typedef struct wmNotifier {
/* NC_WORLD World */
#define ND_WORLD_DRAW (45<<16)
+#define ND_WORLD_STARS (46<<16)
/* NC_TEXT Text */
#define ND_CURSOR (50<<16)