mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-26 11:18:16 +00:00
Update WorldServer.cpp (#1633)
This commit is contained in:
@@ -359,7 +359,7 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
//Warning if we ran slow
|
//Warning if we ran slow
|
||||||
if (deltaTime > currentFrameDelta) {
|
if (deltaTime > currentFrameDelta) {
|
||||||
LOG("We're running behind, dT: %f > %f (framerate %i)", deltaTime, currentFrameDelta, currentFramerate);
|
LOG("We're running behind, dT: %f > %i (framerate %i)", deltaTime, currentFrameDelta, currentFramerate);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Check if we're still connected to master:
|
//Check if we're still connected to master:
|
||||||
|
|||||||
Reference in New Issue
Block a user