diff options
| author | Guillaume DEVOILLE <[email protected]> | 2021-05-15 00:41:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-15 00:41:33 +0200 |
| commit | b90ac7bd3145a171de388f51adb5e7fd116e44e8 (patch) | |
| tree | ae591db95e473f9c2e930ef5a379795a20ccdc9f /examples/others | |
| parent | a84e98ba6c2032646238b26c29eadf67b009ac6b (diff) | |
| download | raylib-b90ac7bd3145a171de388f51adb5e7fd116e44e8.tar.gz raylib-b90ac7bd3145a171de388f51adb5e7fd116e44e8.zip | |
Fixed over-allocation of buffer (#1772)
output->framePoses[frame] is over-allocated.
framePoses is a 2D array:
- first dimension: frames (allocated l. 4717)
- second dimension: nodes (allocated l. 4731)
Second dimension should be allocated of nodes_count transformations only.
Diffstat (limited to 'examples/others')
0 files changed, 0 insertions, 0 deletions
