Browse Source

Fix an issue where the data controller instancers were not shut down properly.

Michael Ragazzon 5 years ago
parent
commit
5dc542295c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Core/Factory.cpp

+ 1 - 0
Source/Core/Factory.cpp

@@ -294,6 +294,7 @@ void Factory::Shutdown()
 
 	font_effect_instancers.clear();
 
+	data_controller_instancers.clear();
 	data_view_instancers.clear();
 	structural_data_view_instancers.clear();
 	structural_data_view_attribute_names.clear();