Explorar el Código

Added omitted "Custom" to allocator option

Brian Fiete hace 3 años
padre
commit
e2052d8550
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      IDE/src/ui/WorkspaceProperties.bf

+ 1 - 1
IDE/src/ui/WorkspaceProperties.bf

@@ -734,7 +734,7 @@ namespace IDE.ui
 			AddPropertiesItem(category, "Incremental Build", "mIncrementalBuild");
             AddPropertiesItem(category, "Intermediate Type", "mIntermediateType");
 			var (allocCategory, allocPropEntry) = AddPropertiesItem(category, "Memory Allocator", "mAllocType",
-				scope String[] ("CRT", "Debug", "Stomp (Paranoid)", "JEMalloc", "JEMalloc Debug", "TCMalloc", "TCMalloc Debug"));
+				scope String[] ("CRT", "Debug", "Stomp (Paranoid)", "JEMalloc", "JEMalloc Debug", "TCMalloc", "TCMalloc Debug", "Custom"));
 			var (mallocItem, mallocPropEntry) = AddPropertiesItem(allocCategory, "Malloc", "mAllocMalloc");
 			var (freeItem, freePropEntry) = AddPropertiesItem(allocCategory, "Free", "mAllocFree");
 			allocPropEntry.mOnUpdate.Add(new () =>