summaryrefslogtreecommitdiffhomepage
path: root/examples/others
diff options
context:
space:
mode:
authorGuillaume DEVOILLE <[email protected]>2021-05-15 00:41:33 +0200
committerGitHub <[email protected]>2021-05-15 00:41:33 +0200
commitb90ac7bd3145a171de388f51adb5e7fd116e44e8 (patch)
treeae591db95e473f9c2e930ef5a379795a20ccdc9f /examples/others
parenta84e98ba6c2032646238b26c29eadf67b009ac6b (diff)
downloadraylib-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