Skip to content

Commit 595468b

Browse files
fix typo
1 parent 001f59b commit 595468b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RGFW.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ typedef RGFW_ENUM(i32, RGFW_glReleaseBehavior) {
946946
/*! values for the profile hint */
947947
typedef RGFW_ENUM(i32, RGFW_glProfile) {
948948
RGFW_glCore = 0, /*!< the core OpenGL version, e.g. just support for that version */
949-
RGFW_glCompatibility, /*!< allow compatibility for older versions of RGFW as well as the requested version */
949+
RGFW_glCompatibility, /*!< allow compatibility for older versions of OpenGL as well as the requested version */
950950
RGFW_glES /*!< use OpenGL ES */
951951
};
952952

0 commit comments

Comments
 (0)