From d342d93ec9191b5ba7d232e7f989be845dc6c6cc Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 12 Apr 2019 14:47:48 -0700 Subject: [PATCH] fix material targets when re-opening properties to same entity --- scripts/system/html/js/entityProperties.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/html/js/entityProperties.js b/scripts/system/html/js/entityProperties.js index 78a6e26ff0..021a27152a 100644 --- a/scripts/system/html/js/entityProperties.js +++ b/scripts/system/html/js/entityProperties.js @@ -3503,6 +3503,7 @@ function loaded() { deleteJSONMaterialEditor(); } } + lastEntityID = null; resetProperties(); showGroupsForType("None");