mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +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)
|
||||
{
|
||||
// Generate a random color, seed-based or not
|
||||
// Generate a random color
|
||||
if (instant)
|
||||
return RandI32 & 0xFFFFFF;
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue