Small performance improvements in fluid simulator.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1276 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -22,7 +22,9 @@ public:
|
||||
cDelayedFluidSimulatorChunkData(int a_TickDelay);
|
||||
virtual ~cDelayedFluidSimulatorChunkData();
|
||||
|
||||
/// Slots, one for each delay tick, each containing the blocks to simulate; relative coords. Int param not used.
|
||||
/** Slots, one for each delay tick, each containing the blocks to simulate; relative coords.
|
||||
Int param is the block index (for faster duplicate comparison in cDelayedFluidSimulator::AddBlock())
|
||||
*/
|
||||
cCoordWithIntVector * m_Slots;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user