diff --git a/Raylib-cs/types/Texture2D.cs b/Raylib-cs/types/Texture2D.cs index e5abcda..e1b5316 100644 --- a/Raylib-cs/types/Texture2D.cs +++ b/Raylib-cs/types/Texture2D.cs @@ -94,12 +94,7 @@ public enum CubemapLayout /// /// Layout is defined by a 4x3 cross with cubemap faces /// - CrossFourByThree, - - /// - /// Layout is defined by a panorama image (equirectangular map) - /// - Panorama + CrossFourByThree } ///