diff options
author | jjesswan <jessica_wan@brown.edu> | 2024-05-10 07:05:03 -0400 |
---|---|---|
committer | jjesswan <jessica_wan@brown.edu> | 2024-05-10 07:05:03 -0400 |
commit | 3d34594abdbd4d1377ae2fa04734a21579013896 (patch) | |
tree | 2282b6c1115559e81b24df4aa1681d85470f189c /src | |
parent | 949907125f6f05937f3357c5ddc85a2e7380cf91 (diff) |
fix particle texture and foam
Diffstat (limited to 'src')
-rw-r--r-- | src/ocean/ocean_alt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ocean/ocean_alt.h b/src/ocean/ocean_alt.h index 6076ab2..333d2ca 100644 --- a/src/ocean/ocean_alt.h +++ b/src/ocean/ocean_alt.h @@ -79,8 +79,8 @@ private: const int num_rows = 256; const int num_cols = 256; - const int num_tiles_x = 2; - const int num_tiles_z = 2; + const int num_tiles_x = 1; + const int num_tiles_z = 1; const double vertex_displacement = Lx / 2; |