fix my mystake typo..

sorry for the previous mistake,
This commit is contained in:
ecanela
2023-01-06 12:39:16 -06:00
committed by GitHub
parent fb596e9d8b
commit da40e9ea27

View File

@@ -370,11 +370,7 @@ class Image
case FLASH:
var srcChannel = switch (sourceChannel)
{
case
: 1;
case RED: 1;
case GREEN: 2;
case BLUE: 4;
case ALPHA: 8;