diff options
author | 3gg <3gg@shellblade.net> | 2024-02-13 17:47:13 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-02-13 17:47:13 -0800 |
commit | 4f34ef2042f0eb22ce0b51b50c8b3ac7d53a7805 (patch) | |
tree | fd1f7959c45bc2b4749fd41780c7f1171aa7bdfd /gfx/src/render/framebuffer.c | |
parent | c593c24b62b274fbc1d465f0386a0c5d32423f4f (diff) |
Assert cleanup.
Diffstat (limited to 'gfx/src/render/framebuffer.c')
-rw-r--r-- | gfx/src/render/framebuffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/src/render/framebuffer.c b/gfx/src/render/framebuffer.c index 84ade4a..2ea2165 100644 --- a/gfx/src/render/framebuffer.c +++ b/gfx/src/render/framebuffer.c | |||
@@ -3,9 +3,9 @@ | |||
3 | #include "renderbuffer.h" | 3 | #include "renderbuffer.h" |
4 | #include "texture.h" | 4 | #include "texture.h" |
5 | 5 | ||
6 | #include <error.h> | 6 | #include <gfx_assert.h> |
7 | 7 | ||
8 | #include <assert.h> | 8 | #include <error.h> |
9 | 9 | ||
10 | static void framebuffer_attach_colour( | 10 | static void framebuffer_attach_colour( |
11 | FrameBuffer* framebuffer, const FrameBufferAttachment* attachment) { | 11 | FrameBuffer* framebuffer, const FrameBufferAttachment* attachment) { |