disarray2077 2 лет назад
Родитель
Сommit
572e891c9a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      BeefLibs/SDL2/src/SDL2.bf

+ 1 - 1
BeefLibs/SDL2/src/SDL2.bf

@@ -625,7 +625,7 @@ namespace SDL2
 			ResizeLeft
 			ResizeLeft
 		}
 		}
 
 
-		struct WindowPos : int32
+		public struct WindowPos : int32
 		{
 		{
 			public const WindowPos Undefined = 0x1FFF0000;
 			public const WindowPos Undefined = 0x1FFF0000;
 			public const WindowPos Centered = 0x2FFF0000;
 			public const WindowPos Centered = 0x2FFF0000;