Quest 5.8 Background Colour Issue

DavyB
12 Aug 2018, 19:35Found a problem running a previously working game when using Quest 5.8. During the game there is a flip to a black background with white text. With experimentation found that this will only work if the colour setting operation is invoked twice?
SetBackgroundColour ("Black")
SetBackgroundColour ("Black")
SetForegroundColour ("White")
I'm also getting a message saying that the test program as been modified outside Quest??
jmnevil54
13 Aug 2018, 20:16That code works for me, if that's what you're getting at. I don't know all the problems with 5.8 running.

DavyB
13 Aug 2018, 20:22@jmnevil, do you mean that
SetBackgroundColour ("Black")
SetForegroundColour ("White")
works for you?
jmnevil54
18 Aug 2018, 22:11@DavyB No, mrangel's code.
The Pixie
21 Aug 2018, 08:55Thanks for alerting me, it will be fixed in the next update.