mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Tested the 'toColor' function with 'ffffff00'. The returned result (in r,g,b,a) was 1,NaN,1,257. The correct result should obviously be 1,1,1,0. The hex substring was being done incorrectly.
Description
Languages
C#
20.3%
HTML
17%
C++
16.6%
C
10.4%
TypeScript
9.1%
Other
26.4%