mirror of
https://github.com/photonstorm/phaser
synced 2024-12-13 23:02:56 +00:00
use baseURL instead of baseUrl
Fixed issue with 404 when loading content on iOS8 device
This commit is contained in:
parent
321d7b0d06
commit
b8dc3c624f
1 changed files with 1 additions and 1 deletions
|
@ -1476,7 +1476,7 @@ Phaser.Cache.prototype = {
|
|||
* @private
|
||||
*/
|
||||
_resolveUrl: function (url) {
|
||||
this._urlResolver.src = this.game.load.baseUrl + url;
|
||||
this._urlResolver.src = this.game.load.baseURL + url;
|
||||
|
||||
this._urlTemp = this._urlResolver.src;
|
||||
|
||||
|
|
Loading…
Reference in a new issue