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/creator/creator.c')
-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 7abb653e9b8..1fec281a71c 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -660,7 +660,7 @@ static int prefsize(int argc, const char **argv, void *UNUSED(data))
static int native_pixels(int UNUSED(argc), const char **UNUSED(argv), void *UNUSED(data))
{
- WM_init_native_pixels(0);
+ WM_init_native_pixels(false);
return 0;
}