Skip to content

Commit 6ce82dc

Browse files
committed
Removed decimal places.
1 parent 0b33d53 commit 6ce82dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

v3/src/gameobjects/components/ScrollFactor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var ScrollFactor = {
22

3-
scrollFactorX: 1.0,
4-
scrollFactorY: 1.0,
3+
scrollFactorX: 1,
4+
scrollFactorY: 1,
55

66
setScrollFactor: function (x, y)
77
{

0 commit comments

Comments
 (0)