Remove extraneous semicolon. NFC.
parent
78819ffca3
commit
b8ee0e941b
|
@ -284,7 +284,7 @@ public:
|
|||
const Camera &GetCamera() const override { return camera; }
|
||||
|
||||
// ViewportCanvas interface.
|
||||
void SetCamera(const Camera &camera) override { this->camera = camera; };
|
||||
void SetCamera(const Camera &camera) override { this->camera = camera; }
|
||||
void SetLighting(const Lighting &lighting) override { this->lighting = lighting; }
|
||||
|
||||
void DrawLine(const Vector &a, const Vector &b, hStroke hcs) override;
|
||||
|
|
Loading…
Reference in New Issue