mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Change .lib to be /MT compatible; Fix comments
This commit is contained in:
Vendored
+402
-402
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user