mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Fix spelling of coloUrTertiary
This commit is contained in:
parent
f51cf9877e
commit
25ded4cff7
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ class Runtime extends EventEmitter {
|
|||
category: categoryInfo.name,
|
||||
colour: categoryInfo.color1,
|
||||
colourSecondary: categoryInfo.color2,
|
||||
colorTertiary: categoryInfo.color3,
|
||||
colourTertiary: categoryInfo.color3,
|
||||
args0: []
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue