Fix: Compilation error due to a typo in variable

This commit is contained in:
Sergey Sharybin
2025-10-10 12:03:07 +02:00
parent 270c8c89ba
commit 5f64692e0c

View File

@@ -4793,7 +4793,7 @@ void BKE_lib_override_library_main_operations_create(Main *bmain,
const bool resync_success = BKE_main_view_layers_synced_ensure(bmain);
BLI_assert_msg(resync_success,
"Ensuring that all viewlayers in Main are synced with their collections failed");
UNUSED_VARS_NDEBUG(resync_sucess);
UNUSED_VARS_NDEBUG(resync_success);
BKE_layer_collection_resync_forbid();
LibOverrideOpCreateData create_pool_data{};