This commit is contained in:
2023-01-10 23:23:11 +00:00
parent 3e4edf1ea3
commit 3baec775a8
4 changed files with 119 additions and 12 deletions

View File

@@ -557,7 +557,7 @@ void editor_project_gui() {
if (nuke_push_tree_id("Physics", 0)) {
nuke_prop_float("2d Gravity", -5000.f, &phys2d_gravity, 0.f, 1.f, 0.1f);
phys2d_apply();
//phys2d_apply();
nk_tree_pop(ctx);
}