Add newlines to the end of files without them; enable warnings on compile
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user