mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-15 15:58:14 +00:00
Some tweaks
This commit is contained in:
@@ -601,7 +601,7 @@ static const char *autoEventTypeName[] = {
|
||||
"ACTION_SETTARGETFPS"
|
||||
};
|
||||
|
||||
// Automation Event (24 bytes)
|
||||
// Automation event (24 bytes)
|
||||
typedef struct AutomationEvent {
|
||||
unsigned int frame; // Event frame
|
||||
unsigned int type; // Event type (AutomationEventType)
|
||||
|
Reference in New Issue
Block a user