Update fluid cell manager counter
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2024-12-01 12:04:09 -05:00
parent 586232dd79
commit 05c20ee650

View File

@ -25,7 +25,7 @@ public class FluidCellManager {
/**
* The number of times to iteratively update per frame
*/
static final int UPDATE_COUNT = 5;
static final int UPDATE_COUNT = 27;
//the center of this cell manager's array in cell space