fix transition color in splash screen

This commit is contained in:
Hersi 2022-03-29 04:27:37 +02:00
parent 7704c45dd0
commit 0831597d3a
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ function render(deltaTime)
gfx.BeginPath()
gfx.Rect(0, 0, Dim.design.width, Dim.design.height)
gfx.FillColor(0, 0, 0)
gfx.FillColor(255, 255, 255)
gfx.Fill()
if splashState == "init" then