This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
change the type property
tags/2.4.0
Caven Chen
4 years ago
parent
dc9a93733c
commit
ee9456a942
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
modules/overlay/custom/CustomBillboard.js
+ 0
- 1
modules/overlay/custom/CustomBillboard.js
View File
@@ -17,7 +17,6 @@ class CustomBillboard extends Overlay {
this._position = Parse.parsePosition(position)
this._icon = icon
this._size = [32, 32]
this.type = Overlay.getOverlayType('custom_billboard')
this._state = State.INITIALIZED
}
Write
Preview
Loading…
Cancel
Save