fix typo in example command in gpu docs

This commit is contained in:
OgelGames 2023-07-20 21:42:14 +10:00 committed by GitHub
parent c8c95a39a8
commit 5e22546aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ Example:
Up to 32 commands may be sent at once by placing all of the tables into one. Up to 32 commands may be sent at once by placing all of the tables into one.
Example: Example:
{ {
{command="createbuffer",buffer=0,xsize=16,ysize=16,color="aaaaaa"}, {command="createbuffer",buffer=0,xsize=16,ysize=16,fill="aaaaaa"},
{command="send",buffer=0,channel="example"} {command="send",buffer=0,channel="example"}
} }