Skip to content

Commit 291c9d1

Browse files
authored
Set the aces value in the tone-mapping item (#4890)
1 parent 3ed05fa commit 291c9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/space-opera/src/components/ibl_selector/ibl_selector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export class IblSelector extends ConnectedLitElement {
209209
style="align-self: center; width: 70%;"
210210
@select=${this.onSelectToneMapping}>
211211
<paper-item value="neutral">Neutral</paper-item>
212-
<paper-item>ACES</paper-item>
212+
<paper-item value="aces">ACES</paper-item>
213213
<paper-item value="agx">AgX</paper-item>
214214
</me-dropdown>
215215
</me-section-row>

0 commit comments

Comments
 (0)