mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-07-19 20:11:55 +08:00
Casting fixes
This commit is contained in:
@ -38,6 +38,11 @@ namespace Strawberry
|
||||
A = (uint8)(alpha * 255);
|
||||
}
|
||||
|
||||
public this()
|
||||
{
|
||||
R = G = B = A = 0;
|
||||
}
|
||||
|
||||
public float Rf
|
||||
{
|
||||
[Inline]
|
||||
|
Reference in New Issue
Block a user