diff options
author | chai <chaifix@163.com> | 2020-02-22 18:17:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-02-22 18:17:06 +0800 |
commit | 9c89460e136ed6c6c43704d9a3a15105e0f006b0 (patch) | |
tree | cd56f1dfc10650cfbfe7007ee3432ee32227edc3 /src/example/04_bloom | |
parent | d49f3d3f73709a9a7c0bce53aa13ed28a2bd27cb (diff) |
*wog
Diffstat (limited to 'src/example/04_bloom')
-rw-r--r-- | src/example/04_bloom/04_bloom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/example/04_bloom/04_bloom.c b/src/example/04_bloom/04_bloom.c index 4a79669..037a9e1 100644 --- a/src/example/04_bloom/04_bloom.c +++ b/src/example/04_bloom/04_bloom.c @@ -58,7 +58,6 @@ void onloadbloom(void* data) { } void oneventbloom(void* data) { - SDL_Event* e = (SDL_Event*)data; } static float _t = 0; |