Minor Code Adjustments

Minor Code Adjustments
This commit is contained in:
Alezia Kurdis 2020-12-17 22:07:11 -05:00 committed by GitHub
parent 28e53c9c86
commit 7ff8236da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,10 +76,10 @@ EntityIconOverlayManager = function(entityTypes, getOverlayPropertiesFunc) {
var overlay;
if (unusedOverlays.length === 0) {
overlay = Entities.addEntity({
"type": "Image",
"billboardMode": "full",
"emissive": true
},"local");
type: "Image",
billboardMode: "full",
emissive: true
}, "local");
allOverlays.push(overlay);
} else {
overlay = unusedOverlays.pop();