Skip to content

Commit 80e7d13

Browse files
committed
build
1 parent d96ffa0 commit 80e7d13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/phaser-inspector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59325,7 +59325,7 @@ var DisplayObject = (function () {
5932559325
get: function get() {
5932659326
var img = {};
5932759327
var texture = this.obj.texture;
59328-
if (texture && texture.baseTexture) {
59328+
if (texture && texture.baseTexture && texture.baseTexture.source) {
5932959329
var source = texture.baseTexture.source;
5933059330
if (source.src) img.url = source.src;else if (source.toDataURL) {
5933159331
try {

build/phaser-inspector.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/phaser-inspector/phaser-inspector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59325,7 +59325,7 @@ var DisplayObject = (function () {
5932559325
get: function get() {
5932659326
var img = {};
5932759327
var texture = this.obj.texture;
59328-
if (texture && texture.baseTexture) {
59328+
if (texture && texture.baseTexture && texture.baseTexture.source) {
5932959329
var source = texture.baseTexture.source;
5933059330
if (source.src) img.url = source.src;else if (source.toDataURL) {
5933159331
try {

example/phaser-inspector/phaser-inspector.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)