Moving NodesCache desync after hotreload fix at the right place

This commit is contained in:
Alewinn
2026-06-16 10:29:33 +02:00
parent 8e8212db5b
commit 1a47871212
2 changed files with 1 additions and 3 deletions
@@ -532,6 +532,7 @@ namespace FlaxEditor.Modules.SourceCodeEditing
{
// Invalidate cached types
All.ClearTypes();
AllWithStd.ClearTypes();
VisualScriptPropertyTypes.ClearTypes();
Actors.ClearTypes();
Scripts.ClearTypes();