mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Fix some photo enumerations.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user