Skip to content

Commit

Permalink
fix emscripten deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Botsch committed Feb 14, 2019
1 parent 1b3eef1 commit 3f3ba20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pmp/gl/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ void Window::render_frame()
emscripten_set_canvas_element_size("#canvas", w, h);
glfw_resize(instance_->window_, w, h);
;
std::cout << "resize: " << w << ", " << h << std::endl;
}
#endif

Expand Down

0 comments on commit 3f3ba20

Please sign in to comment.