Skip to content

Commit

Permalink
january -> february
Browse files Browse the repository at this point in the history
  • Loading branch information
groverburger committed Feb 19, 2021
1 parent b77f059 commit 5cd5e2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion g3d/camera.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- written by groverbuger for g3d
-- january 2021
-- february 2021
-- MIT license

local shader = require(G3D_PATH .. "/shader")
Expand Down
2 changes: 1 addition & 1 deletion g3d/collisions.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- written by groverbuger for g3d
-- january 2021
-- february 2021
-- MIT license

local vectors = require(G3D_PATH .. "/vectors")
Expand Down
2 changes: 1 addition & 1 deletion g3d/model.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- written by groverbuger for g3d
-- january 2021
-- february 2021
-- MIT license

local newMatrix = require(G3D_PATH .. "/matrices")
Expand Down
2 changes: 1 addition & 1 deletion g3d/objloader.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- written by groverbuger for g3d
-- january 2021
-- february 2021
-- MIT license

----------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion g3d/shader.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- written by groverbuger for g3d
-- january 2021
-- february 2021
-- MIT license

----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 5cd5e2c

Please sign in to comment.