mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-10 01:09:10 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -2220,7 +2220,7 @@
|
||||
{
|
||||
"name": "GAMEPAD_BUTTON_UNKNOWN",
|
||||
"value": 0,
|
||||
"description": "Unknown button, just for error checking"
|
||||
"description": "Unknown button, for error checking"
|
||||
},
|
||||
{
|
||||
"name": "GAMEPAD_BUTTON_LEFT_FACE_UP",
|
||||
@ -2792,7 +2792,7 @@
|
||||
{
|
||||
"name": "TEXTURE_FILTER_POINT",
|
||||
"value": 0,
|
||||
"description": "No filter, just pixel approximation"
|
||||
"description": "No filter, pixel approximation"
|
||||
},
|
||||
{
|
||||
"name": "TEXTURE_FILTER_BILINEAR",
|
||||
|
||||
Reference in New Issue
Block a user