From e4f7c92cff0badd6c40b47bd90b1fc1b35456a1a Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 15 Mar 2015 07:25:22 +0100 Subject: Finer progress bar updates when initializing nodes The bar is only drawn when the user will notice a change, which prevents time overheads that this commit would cause, resulting from useless draws. --- src/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 9baa034de..a455213e9 100644 --- a/src/client.h +++ b/src/client.h @@ -492,7 +492,7 @@ public: float mediaReceiveProgress(); - void afterContentReceived(IrrlichtDevice *device, gui::IGUIFont* font); + void afterContentReceived(IrrlichtDevice *device); float getRTT(void); float getCurRate(void); -- cgit v1.2.3