mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00: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
|
// positive mass, velocity determined by forces, moved by solver
|
||||||
dynamicBody = 2,
|
dynamicBody = 2,
|
||||||
|
|
||||||
// number of body types
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// number of body types
|
||||||
bodyTypeCount :: len(BodyType)
|
bodyTypeCount :: len(BodyType)
|
||||||
|
|
||||||
// A body definition holds all the data needed to construct a rigid body.
|
// A body definition holds all the data needed to construct a rigid body.
|
||||||
|
|||||||
Reference in New Issue
Block a user