Fixed typo and updated enum usage in structs.
- Fixed typo in README.md. - Changed Image format to use the PixelFormat enum. - Changed Texture2D format to use the PixelFormat enum. - Changed NPatchInfo type to use the NPatchType enum.
This commit is contained in:
parent
bae7289476
commit
da3df6903a
2 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ If you need to edit Raylib-cs source then you will need to add the bindings as a
|
|||
|
||||
1. Download/Clone this repo
|
||||
|
||||
2. Add Raylib-cs/Raylib-cs.csproj to your project as an exisitng project. See the Tests projects for reference.
|
||||
2. Add Raylib-cs/Raylib-cs.csproj to your project as an existing project.
|
||||
|
||||
3. Download the native libraries for the platforms you want to build for using the [official 3.0 release](https://github.com/raysan5/raylib/releases/tag/3.0.0).
|
||||
**NOTE: the MSVC version is required for Windows platforms**
|
||||
|
|
|
|||
Loading…
Reference in a new issue