Cary Sandvig 25 years ago
parent
commit
01abfa2069
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/testbed/deadrec_rec.cxx

+ 1 - 1
panda/src/testbed/deadrec_rec.cxx

@@ -257,7 +257,7 @@ static void deadrec_setup(EventHandler& eh) {
   clerpButton = make_button("lerp", font, eh, correct_event);
   clerpButton->set_scale(0.08);
   f2->add_item(clerpButton);
-  csplineButton = make_button("lerp", font, eh, correct_event);
+  csplineButton = make_button("spline", font, eh, correct_event);
   csplineButton->set_scale(0.08);
   f2->add_item(csplineButton);
   f2->pack_item(cpopButton, GuiFrame::UNDER, s2);