Skip to content

Commit 0d66827

Browse files
authored
Merge pull request #65 from sogaiu/issue-64
2 parents 16c2fca + 9df122b commit 0d66827

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/types.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,9 @@ int texture2d_get(void* p, Janet key, Janet *out);
478478
static const JanetAbstractType AT_Texture2D = {
479479
"jaylib/texture2d",
480480
NULL,
481-
NULL,
482-
texture2d_get,
483-
JANET_ATEND_GET,
481+
NULL,
482+
texture2d_get,
483+
JANET_ATEND_GET
484484
};
485485

486486
static Texture2D *jaylib_gettexture2d(const Janet *argv, int32_t n) {

0 commit comments

Comments
 (0)