diff options
Diffstat (limited to 'src/fb/chfb.h')
-rw-r--r-- | src/fb/chfb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fb/chfb.h b/src/fb/chfb.h index 7c786fc..a866fef 100644 --- a/src/fb/chfb.h +++ b/src/fb/chfb.h @@ -14,7 +14,7 @@ class CharacterFrameBuffer { CharacterFrameBuffer(unsigned int w, unsigned int h); void resize(unsigned int w, unsigned int h); void clear(); - void draw_point(int x, int y, const engine::math::Vector3& loc, const engine::o3d::VertexData& vd, const engine::math::Vector3& normal); + void draw_point(int x, int y, const Vector3& loc, const VertexData& vd, const Vector3& normal); constexpr unsigned int width() const & { return w; |