Skip to content

Commit 24c1ca8

Browse files
authored
Merge pull request #374 from rdkcentral/fix/version-positioning-better
Application: Add missing "default default" for precision
2 parents 8750504 + 7feff54 commit 24c1ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export let AppInstance
3737
export let AppData
3838

3939
const defaultOptions = {
40-
stage: { w: 1920, h: 1080, clearColor: 0x00000000, canvas2d: false },
40+
stage: { w: 1920, h: 1080, precision: 1, clearColor: 0x00000000, canvas2d: false },
4141
debug: false,
4242
defaultFontFace: 'RobotoRegular',
4343
keys: {

0 commit comments

Comments
 (0)