mirror of
https://github.com/wassname/phaser.git
synced 2026-07-10 00:30:50 +08:00
Updating and fixing tests
This commit is contained in:
@@ -161,6 +161,8 @@ module Phaser {
|
||||
|
||||
private onInputDownHandler(pointer:Phaser.Pointer) {
|
||||
|
||||
//console.log('Button onInputDownHandler: ' + Date.now());
|
||||
|
||||
if (this._onDownFrameName != null)
|
||||
{
|
||||
this.frameName = this._onDownFrameName;
|
||||
@@ -179,6 +181,8 @@ module Phaser {
|
||||
|
||||
private onInputUpHandler(pointer:Phaser.Pointer) {
|
||||
|
||||
//console.log('Button onInputUpHandler: ' + Date.now());
|
||||
|
||||
if (this._onUpFrameName != null)
|
||||
{
|
||||
this.frameName = this._onUpFrameName;
|
||||
|
||||
Reference in New Issue
Block a user