Browse Source

fix guiconsole error.

master^2
huhubis 3 years ago
parent
commit
80be09e17c
  1. 2
      kbe/src/lib/client_lib/config.cpp

2
kbe/src/lib/client_lib/config.cpp

@ -12,6 +12,8 @@
namespace KBEngine{
KBE_SINGLETON_INIT(Config);
ServerConfig g_ServerConfig;
//-------------------------------------------------------------------------------------
Config::Config():
gameUpdateHertz_(10),

Loading…
Cancel
Save