Browse Source

Merge pull request #14432 from Mugen87/dev14

Sprite: Clean up
Michael Herzog 7 years ago
parent
commit
1c07afbb56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/objects/Sprite.js

+ 1 - 1
src/objects/Sprite.js

@@ -2,7 +2,7 @@
  * @author mikael emtinger / http://gomo.se/
  * @author alteredq / http://alteredqualia.com/
  */
- 
+
 import { Vector2 } from '../math/Vector2.js';
 import { Vector3 } from '../math/Vector3.js';
 import { Matrix4 } from '../math/Matrix4.js';