there was a function prototype missing from interface.c that caused an error with MSVC.
This commit is contained in:
@@ -115,6 +115,7 @@ static uiBut *UIbuttip;
|
||||
/* ************* PROTOTYPES ***************** */
|
||||
|
||||
static void ui_set_but_val(uiBut *but, double value);
|
||||
static void ui_set_ftf_font(uiBlock *block);
|
||||
|
||||
/* ****************************** */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user