summaryrefslogtreecommitdiff
path: root/src/example/04_bloom/04_bloom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/04_bloom/04_bloom.c')
-rw-r--r--src/example/04_bloom/04_bloom.c1
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 6f37f62..4a79669 100644
--- a/src/example/04_bloom/04_bloom.c
+++ b/src/example/04_bloom/04_bloom.c
@@ -42,7 +42,6 @@ void onloadbloom(void* data) {
ssr_perspective(90, ssr_getaspect(), 0.1, 10);
//ssr_ortho(-5, 5, -4, 4, 0.1, 10);
-
ssr_setblendfunc(BLEND_SRC_ALPHA, BLEND_ONE_MINUS_SRC_ALPHA);
albedo_tex = texture_create(600, 480);