mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-07 14:50:21 +00:00
log to console in debug mode; close log properly; really #define _DEBUG for gcc debug builds + gcc _DEBUG compatibility
This commit is contained in:
parent
7f9af044d7
commit
2e4e2941db
4 changed files with 17 additions and 41 deletions
|
@ -1382,6 +1382,8 @@ protected:
|
|||
__int64 lastTime, curTime, freq;
|
||||
#endif
|
||||
|
||||
std::ofstream _logOut;
|
||||
|
||||
#ifdef BBGE_BUILD_SDL
|
||||
int nowTicks, thenTicks;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue