mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-10 15:02:06 -05:00
Merge pull request #854 from ericrosenbaum/bugfix/extension-block-outline-colour
Fix tertiary color of extension blocks
This commit is contained in:
commit
ba1f217004
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