mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
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:
@ -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**
|
||||
|
Reference in New Issue
Block a user