mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-13 16:16:31 +00:00
Update PaletteGod.ZC
This commit is contained in:
parent
2b9a3b0bbb
commit
0afbbd6ce2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
CBGR24 ColorGod(Bool instant=TRUE)
|
CBGR24 ColorGod(Bool instant=TRUE)
|
||||||
{
|
{
|
||||||
// Generate a random color, seed-based or not
|
// Generate a random color
|
||||||
if (instant)
|
if (instant)
|
||||||
return RandI32 & 0xFFFFFF;
|
return RandI32 & 0xFFFFFF;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue