Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_messageTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1124"
|
||||
"linux" "1140"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_loadTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1128"
|
||||
"linux" "1144"
|
||||
|
Reference in New Issue
Block a user