mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Added barrel distortion to env serialization
This commit is contained in:
@@ -278,6 +278,11 @@ namespace Nuake {
|
||||
BarrelDistortionEnabled = j["BarrelDistortionEnabled"];
|
||||
}
|
||||
|
||||
if (j.contains("BarrelDistortion"))
|
||||
{
|
||||
BarrelDistortion = j["BarrelDistortion"];
|
||||
}
|
||||
|
||||
if (j.contains("BarrelEdgeDistortion"))
|
||||
{
|
||||
BarrelEdgeDistortion = j["BarrelEdgeDistortion"];
|
||||
|
||||
Reference in New Issue
Block a user