prop_disp: change color to white ... again. (Sorry for the many small commits. :-)
This commit is contained in:
parent
54f8fc4370
commit
f54cb1159f
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ var display = {
|
|||
m.x = x;
|
||||
m.y = y;
|
||||
m.font = "HELVETICA_14";
|
||||
m.color = [1, 0.9, 0, 1];
|
||||
m.color = [1, 1, 1, 1];
|
||||
m.interval = 0.1;
|
||||
#
|
||||
# "private"
|
||||
|
|
Loading…
Reference in a new issue