mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix typo!!!!
This commit is contained in:
Vendored
+1
-1
@@ -855,7 +855,7 @@ CameraProjection :: enum c.int {
|
|||||||
ORTHOGRAPHIC, // Orthographic projection
|
ORTHOGRAPHIC, // Orthographic projection
|
||||||
}
|
}
|
||||||
|
|
||||||
7// N-patch layout
|
// N-patch layout
|
||||||
NPatchLayout :: enum c.int {
|
NPatchLayout :: enum c.int {
|
||||||
NINE_PATCH = 0, // Npatch layout: 3x3 tiles
|
NINE_PATCH = 0, // Npatch layout: 3x3 tiles
|
||||||
THREE_PATCH_VERTICAL, // Npatch layout: 1x3 tiles
|
THREE_PATCH_VERTICAL, // Npatch layout: 1x3 tiles
|
||||||
|
|||||||
Reference in New Issue
Block a user