Typos and whitespaces

This commit is contained in:
TSnake41 2020-03-25 22:51:57 +01:00
parent 238cdd7192
commit 57e7e5a707
2 changed files with 3 additions and 3 deletions

View File

@ -601,7 +601,7 @@ ffi.cdef [[
PHYSICS_CIRCLE, PHYSICS_CIRCLE,
PHYSICS_POLYGON PHYSICS_POLYGON
} PhysicsShapeType; } PhysicsShapeType;
typedef struct Matrix2x2 { typedef struct Matrix2x2 {
float m00; float m00;
float m01; float m01;
@ -622,7 +622,7 @@ ffi.cdef [[
Matrix2x2 transform; Matrix2x2 transform;
PolygonData vertexData; PolygonData vertexData;
} PhysicsShape; } PhysicsShape;
typedef struct PhysicsBodyData { typedef struct PhysicsBodyData {
unsigned int id; unsigned int id;
bool enabled; bool enabled;

View File

@ -15,7 +15,7 @@
]] ]]
--[[ --[[
Uses miniz licence : Uses miniz :
Copyright 2013-2014 RAD Game Tools and Valve Software Copyright 2013-2014 RAD Game Tools and Valve Software
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC