Skip to content

Commit cfac2ea

Browse files
Update CHANGES.md
1 parent c62d679 commit cfac2ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dev
66

77
Improvements:
88
- Update three.js to r138 (#96)
9+
- Add support to smartphones (#97)
910

1011
Internals:
1112
- Rename branch master to main

src/graphics3d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function (
4343
onTouchStartFingersDistance,
4444
canvasSize = Math.min(maxSize, window.innerWidth * innerWidthMultiplier),
4545
autoRescale = true;
46-
46+
4747
const onMouseDownPosition = new Int16Array(2);
4848

4949
container.style.width = canvasSize + 'px';

0 commit comments

Comments
 (0)