revert the viewed types back

This commit is contained in:
Nejcraft
2021-05-16 19:32:56 +02:00
committed by Wojtek Figat
parent bd2af64a7e
commit 7956ee1e2c

View File

@@ -178,7 +178,7 @@ namespace FlaxEditor.Modules.SourceCodeEditing
/// <summary>
/// The control types collection (for game UI).
/// </summary>
public readonly CachedTypesCollection Controls = new CachedTypesCollection(64, new ScriptType(typeof(ContainerControl)), IsTypeValidScriptingTypeControls, HasAssemblyValidScriptingTypes);
public readonly CachedTypesCollection Controls = new CachedTypesCollection(64, new ScriptType(typeof(Control)), IsTypeValidScriptingTypeControls, HasAssemblyValidScriptingTypes);
/// <summary>
/// The Animation Graph custom nodes collection.