mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Cleanup.
This commit is contained in:
@@ -74,7 +74,6 @@ namespace bgfx
|
||||
rr = powf(rr, 1.0f/2.2f);
|
||||
gg = powf(gg, 1.0f/2.2f);
|
||||
bb = powf(bb, 1.0f/2.2f);
|
||||
aa = aa;
|
||||
dst[0] = (uint8_t)rr;
|
||||
dst[1] = (uint8_t)gg;
|
||||
dst[2] = (uint8_t)bb;
|
||||
|
||||
Reference in New Issue
Block a user