From c5e5d7c939a2640763775b0688ed698c51ec28c1 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 24 May 2021 13:32:27 -0400 Subject: Applying force to the object using the mouse cursor --- transpiler/transpiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transpiler/transpiler.cpp') diff --git a/transpiler/transpiler.cpp b/transpiler/transpiler.cpp index 3f2a006..5c1de66 100644 --- a/transpiler/transpiler.cpp +++ b/transpiler/transpiler.cpp @@ -14,7 +14,7 @@ struct InnerCategory { if (isLabel) { sb.format("\t\t\t\t\t
  • \n", label.getValue()); } else { - sb.format("\t\t\t\t\t
  • %s
  • \n", path.getValue(), label.getValue()); + sb.format("\t\t\t\t\t
  • %s
  • \n", path.getValue(), path.getValue(), label.getValue()); } } -- cgit v1.2.1