Changed DelayedFluidSimulatorData to be a vector rather than a list, performance doubled :)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1268 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -23,7 +23,7 @@ public:
|
||||
virtual ~cDelayedFluidSimulatorChunkData();
|
||||
|
||||
/// Slots, one for each delay tick, each containing the blocks to simulate; relative coords. Int param not used.
|
||||
cCoordWithIntList * m_Slots;
|
||||
cCoordWithIntVector * m_Slots;
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user