Add newlines to the end of files without them; enable warnings on compile

This commit is contained in:
2022-11-25 13:12:31 +00:00
parent ac0ad8efc2
commit 998cb11218
22 changed files with 23 additions and 22 deletions

View File

@@ -50,4 +50,4 @@ void trans_drawgui(struct mTransform *T)
nk_property_float3(ctx, "Position", -1000.f, T->position, 1000.f, 1.f, 1.f);
nk_property_float3(ctx, "Rotation", 0.f, T->rotation, 360.f, 1.f, 0.1f);
nk_property_float(ctx, "Scale", 0.f, &T->scale, 1000.f, 0.1f, 0.1f);
}
}