mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Remove log
This commit is contained in:
parent
864b518a4f
commit
7a8932a3a4
1 changed files with 0 additions and 3 deletions
|
@ -12,7 +12,6 @@ var Matrix4 = require('../../math/Matrix4');
|
||||||
var Quaternion = require('../../math/Quaternion');
|
var Quaternion = require('../../math/Quaternion');
|
||||||
var Vector3 = require('../../math/Vector3');
|
var Vector3 = require('../../math/Vector3');
|
||||||
var Vertex = require('./Vertex');
|
var Vertex = require('./Vertex');
|
||||||
var WrapAngle = require('../../math/angle/Wrap');
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
|
@ -156,8 +155,6 @@ var Model = new Class({
|
||||||
// If the model isn't dirty we can bail out and save lots of math
|
// If the model isn't dirty we can bail out and save lots of math
|
||||||
if (this.isDirty())
|
if (this.isDirty())
|
||||||
{
|
{
|
||||||
console.log('model update');
|
|
||||||
|
|
||||||
var normalMatrix = this.normalMatrix;
|
var normalMatrix = this.normalMatrix;
|
||||||
var transformMatrix = this.transformMatrix;
|
var transformMatrix = this.transformMatrix;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue