File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class AnimationService {
27
27
} )
28
28
}
29
29
30
- app . ticker . add ( animation )
30
+ app ? .ticker . add ( animation )
31
31
32
32
setTimeout ( ( ) => {
33
33
container . removeChild ( graphics )
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ export class Map {
251
251
const panToObject = ( { object } : { object : MapObject < string > } ) => this . panToObject ( object ) ;
252
252
const panToUser = ( ) => this . panToUser ( this . game ! ) ;
253
253
const panToPlayer = ( { player } : { player : Player } ) => this . panToPlayer ( this . game ! , player ) ;
254
- const clearHighlightedLocations = ( ) => this . clearCarrierHighlights ( ) ;
254
+ const clearHighlightedLocations = ( ) => this . clearHighlightedLocations ( ) ;
255
255
const highlightLocation = ( { location } : { location : Location } ) => this . highlightLocation ( location ) ;
256
256
const clickStar = ( { starId } : { starId : string } ) => this . clickStar ( starId ) ;
257
257
const clickCarrier = ( { carrierId } : { carrierId : string } ) => this . clickCarrier ( carrierId ) ;
You can’t perform that action at this time.
0 commit comments