瀏覽代碼
Changed RLGL_VERSION from "4.5" to "5.0 (#3914)
Line 110 of file rlgl.h is the one in question.
pull/3917/head
Mute
8 月之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: B5690EEEBB952194
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
src/rlgl.h
|
|
@ -107,7 +107,7 @@ |
|
|
|
#ifndef RLGL_H |
|
|
|
#define RLGL_H |
|
|
|
|
|
|
|
#define RLGL_VERSION "4.5" |
|
|
|
#define RLGL_VERSION "5.0" |
|
|
|
|
|
|
|
// Function specifiers in case library is build/used as a shared library |
|
|
|
// NOTE: Microsoft specifiers to tell compiler that symbols are imported/exported from a .dll |
|
|
|