This commit is contained in:
sam
2026-03-17 09:34:15 +05:45
parent 0fe796ea19
commit 493338d91b
5 changed files with 107 additions and 31 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ interface_edit_revolute_joint :: proc( interface : ^interface_state ) -> bool
interface_joints :: proc(interface: ^interface_state) -> bool
{
ret := false
interface.edit_mode = .JOINT
//interface.edit_mode = .JOINT
if im.BeginCombo("Joint type", fmt.ctprint(interface.curr_joint_type))
{