mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Added update marker method to BaseSound class
This commit is contained in:
parent
76a32e20c6
commit
6c38853a6f
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ var BaseSound = new Class({
|
|||
this.markers[marker.name] = marker;
|
||||
return true;
|
||||
},
|
||||
updateMarker: function (marker) {
|
||||
return false;
|
||||
},
|
||||
removeMarker: function (markerName) {
|
||||
return false;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue