summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/API.md b/API.md
index 7ed941c..468eb89 100644
--- a/API.md
+++ b/API.md
@@ -5502,9 +5502,9 @@ Unload buffer data
---
-> RL.CopyBufferData( Buffer dst, Buffer src, int posDst, int posSrc, int length )
+> RL.CopyBufferData( Buffer dst, Buffer src, int posDst, int posSrc, int size )
-Copy buffer data to another buffer. src element size is used for length
+Copy buffer data to another buffer. Size is in bytes
---