aboutsummaryrefslogtreecommitdiff
path: root/src/fb
diff options
context:
space:
mode:
Diffstat (limited to 'src/fb')
-rw-r--r--src/fb/chfb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fb/chfb.cpp b/src/fb/chfb.cpp
index e3c0cf1..029d619 100644
--- a/src/fb/chfb.cpp
+++ b/src/fb/chfb.cpp
@@ -33,6 +33,7 @@ void CharacterFrameBuffer::clear() {
}
void CharacterFrameBuffer::draw_point(int x, int y, engine::math::Vector3 loc, const engine::o3d::VertexData& vd) {
+ (void) loc;
(void) vd;
chars_vector[x + y * w] = face_char(0);
}