Update PaletteGod.ZC

This commit is contained in:
チャールズ 2023-05-31 02:59:33 +09:00 committed by GitHub
parent 2b9a3b0bbb
commit 0afbbd6ce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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