Scene cleanup on completion.

This commit is contained in:
2023-08-23 02:01:01 -04:00
parent 30734a21ea
commit 67e9399ad2

View File

@@ -65,6 +65,9 @@ func (s *Splash) Update() error {
if s.bgcolor.R == 0x00 { if s.bgcolor.R == 0x00 {
s.events[groovy.COMPLETED]() s.events[groovy.COMPLETED]()
//scene cleanup (for next time)
s.increment = 0
} }
return nil return nil