that looks normal. the log output is the pointer of the pressure srv. you should display this in hex, not decimal.
btw the loop should be
for(int32 I=1; I <= Config.NumPressureIterations; I++)
to get the 8 iterations.
that looks normal. the log output is the pointer of the pressure srv. you should display this in hex, not decimal.
btw the loop should be
for(int32 I=1; I <= Config.NumPressureIterations; I++)
to get the 8 iterations.