diff options
author | jjesswan <90643397+jjesswan@users.noreply.github.com> | 2024-05-10 04:26:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-10 04:26:01 -0400 |
commit | 2cff8e109965307a4265f43d01f4c365f09977e7 (patch) | |
tree | 4915de3e338ee965502289f05f12dc07ef3a717f /src/glwidget.h | |
parent | d158de5abe6ddbc8546a7fafd797e9f7c74fe768 (diff) | |
parent | 690670c920549828733fddc12e45bae34271aff4 (diff) |
Merge pull request #5 from Seb-Park/new_parti
texture particles
Diffstat (limited to 'src/glwidget.h')
-rwxr-xr-x | src/glwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glwidget.h b/src/glwidget.h index 50d6347..ac9b1d0 100755 --- a/src/glwidget.h +++ b/src/glwidget.h @@ -105,6 +105,7 @@ private: // FOAM GLuint m_halftone_tex; GLuint m_foam_tex; + GLuint m_particle_tex; // Timing |