Skip to content

Commit

Permalink
Update styling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Feb 15, 2024
1 parent f973345 commit 387ca29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ALTER TABLE mytable ADD COLUMN simple_shader json;
update mytable set simple_shader =
'{
"PbrMetallicRoughness": {
"BaseColors": ["#008000"]
"BaseColors": ["#008000", "#008000"]
}
}';
```
Expand Down

0 comments on commit 387ca29

Please sign in to comment.