DelayedFluidSimulator: removed an obnoxious debugging output
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1237 0a769ca7-a7f5-676a-18bf-c427514a06d6master
parent
66670f5d5c
commit
91a84a05f5
|
@ -91,10 +91,6 @@ void cDelayedFluidSimulator::AddBlock(int a_BlockX, int a_BlockY, int a_BlockZ,
|
|||
|
||||
void cDelayedFluidSimulator::Simulate(float a_Dt)
|
||||
{
|
||||
if (m_TotalBlocks > 0)
|
||||
{
|
||||
LOGD("DFS: %d blocks in queue", m_TotalBlocks);
|
||||
}
|
||||
m_AddSlotNum = m_SimSlotNum;
|
||||
m_SimSlotNum += 1;
|
||||
if (m_SimSlotNum >= m_TickDelay)
|
||||
|
|
Loading…
Reference in New Issue