mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-17 02:01:42 +00:00
Change "GetMillisecondsSinceClassCreation" to "GetNanosecondsSinceClassCreation"
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Time
|
||||
#endif
|
||||
}
|
||||
|
||||
uint64_t TimeStampCounter::GetMillisecondsSinceClassCreation()
|
||||
uint64_t TimeStampCounter::GetNanosecondsSinceClassCreation()
|
||||
{
|
||||
#if defined(a86)
|
||||
return (this->GetCounter() - this->ClassCreationTime) / this->clk;
|
||||
|
Reference in New Issue
Block a user