Skip to content

Commit

Permalink
libf3d: fix set default window name inside lib
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikan committed Oct 26, 2023
1 parent 5075583 commit 0a5fb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/window_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ window_impl::window_impl(const options& options, Type type)
this->Internals->RenWin->SetWindowInfo("jni");
#endif
}

this->Internals->RenWin->SetWindowName("f3d");
this->Internals->RenWin->AddRenderer(this->Internals->Renderer);
this->Internals->Camera = std::make_unique<detail::camera_impl>();
this->Internals->Camera->SetVTKRenderer(this->Internals->Renderer);
Expand Down

0 comments on commit 0a5fb66

Please sign in to comment.