Cleanup: Clang-Tidy, modernize-use-bool-literals

This commit is contained in:
2020-11-06 14:25:30 +01:00
parent dfa027fe09
commit af35ada2f3
17 changed files with 28 additions and 28 deletions

View File

@@ -116,7 +116,7 @@ void FRS_init()
BKE_callback_add(&load_post_callback_funcstore, BKE_CB_EVT_LOAD_POST);
freestyle_is_initialized = 1;
freestyle_is_initialized = true;
}
void FRS_set_context(bContext *C)