Skip to content

Commit

Permalink
Init pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Romain committed Sep 19, 2024
1 parent c266527 commit 5e6c41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drawer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ Drawer::Drawer(SDL_Window *window, DataFrame df, std::string hnof)
zFar = 100000;
fov = 70;

init_viewport();

this->window = window;

init_viewport();

this->df = df;
this->x = df["X"];
this->y = df["Y"];
Expand Down

0 comments on commit 5e6c41e

Please sign in to comment.