property display: set HELVETICA_12 font (same as for fps display)
This commit is contained in:
parent
02c4b7a613
commit
ba57bd9a2e
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ var property_display = {
|
|||
});
|
||||
me.window = window.new(x, y, lines, 0);
|
||||
me.window.align = "left";
|
||||
me.window.font = "HELVETICA_12";
|
||||
me.loopid = 0;
|
||||
me.reset();
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue