Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_lastTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "144"
|
||||
"linux" "160"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_tmBeepPeriod" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "148"
|
||||
"linux" "164"
|
||||
|
Reference in New Issue
Block a user