Skip to content

Commit

Permalink
Changed name window
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-elvira committed Jul 23, 2020
1 parent 1a733cd commit 4ebc54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Viewer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void Viewer::Run()
mbFinished = false;
mbStopped = false;

pangolin::CreateWindowAndBind("ORB-SLAM2 VI: Map Viewer",1024,768);
pangolin::CreateWindowAndBind("ORB-SLAM3: Map Viewer",1024,768);

// 3D Mouse handler requires depth testing to be enabled
glEnable(GL_DEPTH_TEST);
Expand Down

0 comments on commit 4ebc54d

Please sign in to comment.