Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 1d37ba0

Browse files
Update README.md
1 parent 936113a commit 1d37ba0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ The extension also provides one function and one variable.
3535
and `undefined` if neither `buffer_set_surface` nor `buffer_set_surface_detect`
3636
have been called yet.
3737

38+
## An important reminder from FollowTheFun
39+
Just like with the regular `buffer_set_surface` function, your buffer must be at least `surface_get_width(surface) * surface_get_height(surface) * 4` bytes long, or the function will not copy anything in there.
40+
3841
## Building
3942

4043
See [BUILD.md](BUILD.md)
4144

4245
## Meta
4346

4447
**Author:** [YellowAfterlife](https://github.com/YellowAfterlife)
45-
**License:** MIT
48+
**License:** MIT

0 commit comments

Comments
 (0)