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>2020-10-02 13:11:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-02 13:21:27 +0300
commitd1f6c2e7bb59e12f381bffdbaf8274936f404b7e (patch)
tree797bf49c87aa1b336f7f9c8bf602465f89671c7a /source/blender/editors/interface/interface_intern.h
parent34228d138b79e9ad6cdbded4bc5df1eefb1aad1c (diff)
Fix userpref.blend using version from startup.blend
Version patching userpref.blend wasn't using the correct version, causing settings not to be properly updated. This seems the likely cause of T70196 and similar bugs.
Diffstat (limited to 'source/blender/editors/interface/interface_intern.h')
-rw-r--r--source/blender/editors/interface/interface_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_intern.h b/source/blender/editors/interface/interface_intern.h
index 60d60102736..91a71b0ca28 100644
--- a/source/blender/editors/interface/interface_intern.h
+++ b/source/blender/editors/interface/interface_intern.h
@@ -996,7 +996,7 @@ void icon_draw_rect_input(
float x, float y, int w, int h, float alpha, short event_type, short event_value);
/* resources.c */
-void init_userdef_do_versions(struct Main *bmain);
+void init_userdef_do_versions(void);
void ui_resources_init(void);
void ui_resources_free(void);