Skip to content

Commit

Permalink
Merge pull request #74 from Octogonapus/bug/RGB/fix_glbyte_for_aarch64
Browse files Browse the repository at this point in the history
Fix GLbyte definition for aarch64
  • Loading branch information
SimonDanisch authored Jan 25, 2022
2 parents a826ef8 + bf04578 commit 5ffbcc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ModernGL"
uuid = "66fc600b-dfda-50eb-8b99-91cfa97b1301"
version = "1.1.4"
version = "1.1.5"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand Down
2 changes: 1 addition & 1 deletion src/glTypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const GLdouble = Cdouble
const GLushort = Cushort
const GLuint = Cuint
const GLint64 = Clonglong
const GLbyte = Cchar
const GLbyte = Int8
const GLchar = Cuchar
const GLubyte = Cuchar
const GLintptr = Cptrdiff_t
Expand Down

0 comments on commit 5ffbcc1

Please sign in to comment.