Skip to content

Merge branch 'master' into master

c85129d
Select commit
Loading
Failed to load commit list.
Open

[rmodels] Added implementation of UpdateModelAnimationBonesWithBlending() function #4578

Merge branch 'master' into master
c85129d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 14, 2025 in 5s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 2337 in src/rmodels.c

See this annotation in the file changed.

Code scanning / CodeQL

Large object passed by value Note

This parameter of type
Model
is 120 bytes - consider passing a const pointer/reference instead.

Check notice on line 2395 in src/rmodels.c

See this annotation in the file changed.

Code scanning / CodeQL

Large object passed by value Note

This parameter of type
Model
is 120 bytes - consider passing a const pointer/reference instead.