16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 14:49:19 +02:00

ai disconnect logic fix, non modal debug mode pause, minor render code reverts to track down potential crash source

This commit is contained in:
tmj-fstate
2018-09-06 20:24:59 +02:00
parent bb0e1eb3bf
commit 8f1292118b
5 changed files with 33 additions and 18 deletions

View File

@@ -375,7 +375,7 @@ private:
unsigned int m_framestamp; // id of currently rendered gfx frame
float m_framerate;
double m_updateaccumulator { 0.0 };
double m_pickupdateaccumulator { 0.0 };
// double m_pickupdateaccumulator { 0.0 };
std::string m_debugtimestext;
std::string m_pickdebuginfo;
debug_stats m_debugstats;