diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-16 21:34:07 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-16 21:34:07 +0200 |
commit | 226b9ad8eb2c89d4495e6cb27a5ff8cbddf0e163 (patch) | |
tree | 8217125ca2c6a75bd7d883c66a75e93d274c3251 /source | |
parent | Turned sTick plugin into general Debuggers plugin, added the Blaze Rod Of Enquiry (rclk with a blaze rod prints out the blocktypes and metas) (diff) | |
download | cuberite-226b9ad8eb2c89d4495e6cb27a5ff8cbddf0e163.tar cuberite-226b9ad8eb2c89d4495e6cb27a5ff8cbddf0e163.tar.gz cuberite-226b9ad8eb2c89d4495e6cb27a5ff8cbddf0e163.tar.bz2 cuberite-226b9ad8eb2c89d4495e6cb27a5ff8cbddf0e163.tar.lz cuberite-226b9ad8eb2c89d4495e6cb27a5ff8cbddf0e163.tar.xz cuberite-226b9ad8eb2c89d4495e6cb27a5ff8cbddf0e163.tar.zst cuberite-226b9ad8eb2c89d4495e6cb27a5ff8cbddf0e163.zip |
Diffstat (limited to 'source')
-rw-r--r-- | source/Simulator/FloodyFluidSimulator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Simulator/FloodyFluidSimulator.cpp b/source/Simulator/FloodyFluidSimulator.cpp index d3489577a..0604957f1 100644 --- a/source/Simulator/FloodyFluidSimulator.cpp +++ b/source/Simulator/FloodyFluidSimulator.cpp @@ -17,7 +17,7 @@ // Enable or disable detailed logging
#if 1
- #define FLOG LOG
+ #define FLOG LOGD
#else
#define FLOG(...)
#endif
|