diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -67,4 +67,6 @@ To the ID number of your platform (which should be 0 or 1). You should not create images/videos with a resolution of over 3000x3000, or audio files that are over 10 minutes in length (but this depends on the amount of memory your GPU has). If you create an image/video that is too large or an audio file that is too long, you will see the following error message: -`LogicError: create_buffer failed: invalid buffer size` +``` +LogicError: create_buffer failed: invalid buffer size +``` |