mirror of
https://github.com/wassname/phaser.git
synced 2026-07-04 17:20:31 +08:00
Added Phaser.Graphics and fixed the Out of World Bounds call.
This commit is contained in:
@@ -60,7 +60,7 @@ Phaser.TweenManager.prototype = {
|
||||
*/
|
||||
create: function (object, localReference) {
|
||||
|
||||
if (typeof localReference === "undefined") { localReference = false; }
|
||||
localReference = localReference || false;
|
||||
|
||||
if (localReference)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user