File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ A simple SmallBASIC version is available at [Github](https://github.com/smallbas
2323The raylib plugin is included in the release version of SmallBASIC. SmallBASIC should find the plugin automatically.
2424If you have problems loading the plugin, you can copy the library (libraylib.dll or libraylib.so) to the folder of your BASIC file.
2525Additionally you need the file [ raylibc.bas] ( https://github.com/smallbasic/smallbasic.plugins/blob/master/raylib/samples/raylibc.bas ) .
26- If it is not found automatically, please copy it the folder of your BASIC file, too.
26+ If it is not found automatically, please copy it to the folder of your BASIC file, too.
2727You have also the option to give the full path to the plugin or to raylibc.bas with the ` ìmport ` command.
2828
2929Since raylib uses its own window management, you cannot use it together with the SDL version of SmallBASIC (sbasicg.exe or sbasicg).
You can’t perform that action at this time.
0 commit comments