Removed Spine Plugin from experimental flag

This commit is contained in:
Richard Davey 2018-10-23 13:30:01 +01:00
parent e6d7a8e68c
commit 0050f4686f

View file

@ -29,7 +29,6 @@ var VisibilityHandler = require('./VisibilityHandler');
if (typeof EXPERIMENTAL)
{
var CreateDOMContainer = require('./CreateDOMContainer');
var SpinePlugin = require('../../plugins/spine/src/SpinePlugin');
}
if (typeof PLUGIN_FBINSTANT)
@ -389,12 +388,6 @@ var Game = new Class({
AddToDOM(this.canvas, this.config.parent);
if (typeof EXPERIMENTAL)
{
// v8
new SpinePlugin(this.plugins);
}
this.events.emit('boot');
// The Texture Manager has to wait on a couple of non-blocking events before it's fully ready.