From 57e7e5a707bdc329e9d6ba0ac616122bfc066395 Mon Sep 17 00:00:00 2001 From: TSnake41 Date: Wed, 25 Mar 2020 22:51:57 +0100 Subject: [PATCH] Typos and whitespaces --- src/raylib.lua | 4 ++-- src/raylua_builder.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/raylib.lua b/src/raylib.lua index b8b09d2..0c387e7 100644 --- a/src/raylib.lua +++ b/src/raylib.lua @@ -601,7 +601,7 @@ ffi.cdef [[ PHYSICS_CIRCLE, PHYSICS_POLYGON } PhysicsShapeType; - + typedef struct Matrix2x2 { float m00; float m01; @@ -622,7 +622,7 @@ ffi.cdef [[ Matrix2x2 transform; PolygonData vertexData; } PhysicsShape; - + typedef struct PhysicsBodyData { unsigned int id; bool enabled; diff --git a/src/raylua_builder.lua b/src/raylua_builder.lua index 909a933..2f81a55 100644 --- a/src/raylua_builder.lua +++ b/src/raylua_builder.lua @@ -15,7 +15,7 @@ ]] --[[ - Uses miniz licence : + Uses miniz : Copyright 2013-2014 RAD Game Tools and Valve Software Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC