Comment out Shadows Visibility toggle in GlobalProperties component
This commit is contained in:
parent
d30668e723
commit
3867ea9e38
|
@ -243,12 +243,12 @@ const GlobalProperties: React.FC = () => {
|
||||||
label="Wall Visibility"
|
label="Wall Visibility"
|
||||||
onClick={changeWallVisibility}
|
onClick={changeWallVisibility}
|
||||||
/>
|
/>
|
||||||
<InputToggle
|
{/* <InputToggle
|
||||||
value={shadows}
|
value={shadows}
|
||||||
inputKey="3"
|
inputKey="3"
|
||||||
label="Shadows Visibility"
|
label="Shadows Visibility"
|
||||||
onClick={shadowVisibility}
|
onClick={shadowVisibility}
|
||||||
/>
|
/> */}
|
||||||
<LabeledButton
|
<LabeledButton
|
||||||
label="Reset Camera"
|
label="Reset Camera"
|
||||||
onClick={toggleResetCamera}
|
onClick={toggleResetCamera}
|
||||||
|
|
Loading…
Reference in New Issue