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 | Bin 38744 -> 38744 bytes transpiler/transpiler.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'transpiler') diff --git a/transpiler/transpiler b/transpiler/transpiler index 3dba1f8..5672fb4 100755 Binary files a/transpiler/transpiler and b/transpiler/transpiler differ 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