fix function rename
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
93ecc6ac15
commit
58a9bafa4d
@ -364,7 +364,7 @@ static inline void fluid_grid2_apply_bounds_mask(float * realArr, float * bounds
|
||||
/**
|
||||
* Applies the bounds mask to the current chunk
|
||||
*/
|
||||
static inline void fluid_grid2_set_bounds(Chunk * chunk){
|
||||
static inline void fluid_grid2_apply_neighbors(Chunk * chunk){
|
||||
fluid_grid2_apply_bounds_mask(chunk->d[CENTER_LOC], fluid_grid2_neighborArr_d);
|
||||
fluid_grid2_apply_bounds_mask(chunk->d0[CENTER_LOC], fluid_grid2_neighborArr_d0);
|
||||
fluid_grid2_apply_bounds_mask(chunk->u[CENTER_LOC], fluid_grid2_neighborArr_u);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user