- moved placement of network status so you can view both network status and debug info

This commit is contained in:
Mark Vejvoda 2010-08-07 22:49:52 +00:00
parent bc785bdb6a
commit d280eefcce

View File

@ -1390,7 +1390,7 @@ void Game::render2d(){
renderer.renderText(
NetworkManager::getInstance().getGameNetworkInterface()->getNetworkStatus(),
coreData.getMenuFontNormal(),
Vec3f(1.0f), 20, 500, false);
Vec3f(1.0f), 10, 140, false);
}
}