1
0

Decreased logging in floody fluid simulator.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@969 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-10-16 19:34:07 +00:00
parent cda079f83b
commit 226b9ad8eb

View File

@ -17,7 +17,7 @@
// Enable or disable detailed logging
#if 1
#define FLOG LOG
#define FLOG LOGD
#else
#define FLOG(...)
#endif