diff options
author | Sebastian Park <SebPark03@gmail.com> | 2024-05-10 00:33:27 -0400 |
---|---|---|
committer | Sebastian Park <SebPark03@gmail.com> | 2024-05-10 00:33:27 -0400 |
commit | 8f61cdb6c394b7c32a495966c7ad3a088c91c17b (patch) | |
tree | c5de34e832b822e17bfff3238138dd7a5851b1e8 /src/arap.cpp | |
parent | 7a61605e57d96bf5c699c9c759288376b8c94eac (diff) |
Fix messed up bind framebuffer.
Diffstat (limited to 'src/arap.cpp')
-rw-r--r-- | src/arap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arap.cpp b/src/arap.cpp index ae7240d..2e4532b 100644 --- a/src/arap.cpp +++ b/src/arap.cpp @@ -52,7 +52,7 @@ void ARAP::init minCorner = coeffMin; maxCorner = coeffMax; - initCausticsShape(10); + initCausticsShape(1000); } void ARAP::update(double seconds) |