We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76213cb commit 28f0c96Copy full SHA for 28f0c96
src/framework/core/clock.cpp
@@ -1,4 +1,4 @@
1
-/*//
+/*
2
* Copyright (c) 2010-2025 OTClient <https://github.com/edubart/otclient>
3
*
4
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -32,4 +32,4 @@ void Clock::update()
32
}
33
34
ticks_t Clock::realMicros() { return stdext::micros(); }
35
-ticks_t Clock::realMillis() { return stdext::millis(); }
+ticks_t Clock::realMillis() { return stdext::millis(); }
0 commit comments