Skip to content

Commit 28f0c96

Browse files
authored
oops
1 parent 76213cb commit 28f0c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/framework/core/clock.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*//
1+
/*
22
* Copyright (c) 2010-2025 OTClient <https://github.com/edubart/otclient>
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -32,4 +32,4 @@ void Clock::update()
3232
}
3333

3434
ticks_t Clock::realMicros() { return stdext::micros(); }
35-
ticks_t Clock::realMillis() { return stdext::millis(); }
35+
ticks_t Clock::realMillis() { return stdext::millis(); }

0 commit comments

Comments
 (0)