This commit is contained in:
@@ -35,8 +35,10 @@ class GenericObject extends EventManager{
|
||||
}
|
||||
}
|
||||
if (data.description){
|
||||
engine.dashboard.updateText(this.object.__onhud ? data.description : '', false, (d)=>{
|
||||
d && this.dispatchEvent({type:'finish'})
|
||||
engine.dashboard.updateText(this.object.__onhud ? data.description : '', {
|
||||
textScrolledCallback: (d)=>{
|
||||
d && this.dispatchEvent({type:'finish'})
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user