mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
Update WorldServer.cpp (#1633)
This commit is contained in:
parent
6213aed8e5
commit
8d54db7851
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user