Change .lib to be /MT compatible; Fix comments

This commit is contained in:
gingerBill
2024-08-13 16:58:35 +01:00
parent 22b32ab0fa
commit 926c419ef8
4 changed files with 403 additions and 403 deletions
+402 -402
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -116,9 +116,9 @@ BodyType :: enum c.int {
// positive mass, velocity determined by forces, moved by solver
dynamicBody = 2,
// number of body types
}
// number of body types
bodyTypeCount :: len(BodyType)
// A body definition holds all the data needed to construct a rigid body.