mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Minor Code Adjustments
Minor Code Adjustments
This commit is contained in:
parent
28e53c9c86
commit
7ff8236da2
1 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue