Fix some photo enumerations.

This commit is contained in:
2020-05-31 03:42:42 +01:00
parent 9aa44fb546
commit 68993b4da7

View File

@@ -463,7 +463,7 @@ namespace Marechai.Database
public enum Saturation : ushort public enum Saturation : ushort
{ {
Normal = 0, Low = 1, Hig = 2 Normal = 0, Low = 1, High = 2
} }
public enum SceneCaptureType : ushort public enum SceneCaptureType : ushort
@@ -497,6 +497,6 @@ namespace Marechai.Database
public enum Sharpness : ushort public enum Sharpness : ushort
{ {
Normal = 0, Low = 1, Hig = 2 Normal = 0, Low = 1, High = 2
} }
} }