Local Entities in Create app Entity List

Local Entities in Create app Entity List
This commit is contained in:
Alezia Kurdis 2025-03-19 21:19:31 -04:00 committed by GitHub
parent 6795d13a39
commit eb5aabe813
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,11 @@
/* globals EntityIconOverlayManager:true */
var allOverlays;
EntityIconOverlayManager = function(entityTypes, getOverlayPropertiesFunc) {
var visible = false;
// List of all created overlays
var allOverlays = [];
allOverlays = [];
// List of overlays not currently being used
var unusedOverlays = [];
@ -99,7 +99,7 @@ EntityIconOverlayManager = function(entityTypes, getOverlayPropertiesFunc) {
}
return overlay;
}
function releaseOverlay(overlay) {
unusedOverlays.push(overlay);
Entities.editEntity(overlay, {