mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Fix typo!!!!
This commit is contained in:
2
vendor/raylib/raylib.odin
vendored
2
vendor/raylib/raylib.odin
vendored
@@ -855,7 +855,7 @@ CameraProjection :: enum c.int {
|
||||
ORTHOGRAPHIC, // Orthographic projection
|
||||
}
|
||||
|
||||
7// N-patch layout
|
||||
// N-patch layout
|
||||
NPatchLayout :: enum c.int {
|
||||
NINE_PATCH = 0, // Npatch layout: 3x3 tiles
|
||||
THREE_PATCH_VERTICAL, // Npatch layout: 1x3 tiles
|
||||
|
||||
Reference in New Issue
Block a user