Skip to content

Commit 342f687

Browse files
authored
fix the checkbox silly
1 parent c03baf3 commit 342f687

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/containers/tw-settings-modal.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ class UsernameModal extends React.Component {
3232
'handleStagePresetUsed',
3333
'handleDisableCompilerChange',
3434
'handleStoreProjectOptions',
35-
'handleEnableDangerousOptimizationsChange'
35+
'handleEnableDangerousOptimizationsChange',
36+
'handleOobRenderingChange'
3637
]);
3738
}
3839
handleFramerateChange (e) {

0 commit comments

Comments
 (0)