From fb3601dac64224aea8014e8ef03f4f6b84ca205f Mon Sep 17 00:00:00 2001 From: Wojciech Figat Date: Mon, 18 Jul 2022 14:50:53 +0200 Subject: [PATCH] Update resources --- Content/Shaders/Editor/MaterialComplexity.flax | 2 +- Content/Shaders/Editor/QuadOverdraw.flax | 2 +- Content/Shaders/Editor/VertexColors.flax | 2 +- Content/Shaders/SMAA.flax | 2 +- Flax.flaxproj | 2 +- Source/FlaxEngine.Gen.cs | 4 ++-- Source/FlaxEngine.Gen.h | 6 +++--- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Content/Shaders/Editor/MaterialComplexity.flax b/Content/Shaders/Editor/MaterialComplexity.flax index 0bc1780b8..3c8770e50 100644 --- a/Content/Shaders/Editor/MaterialComplexity.flax +++ b/Content/Shaders/Editor/MaterialComplexity.flax @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51eef0bd693f2b27274a45baaaf93155e4b5ce11c219b1ed89b06d7ffaece4c1 +oid sha256:a891d1a83c1c99f17f43f75fbe09ffe5df99bd52f150875771f70ee67f2f52e0 size 1336 diff --git a/Content/Shaders/Editor/QuadOverdraw.flax b/Content/Shaders/Editor/QuadOverdraw.flax index 5b915ec61..7eba0013e 100644 --- a/Content/Shaders/Editor/QuadOverdraw.flax +++ b/Content/Shaders/Editor/QuadOverdraw.flax @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93033d66b7aa86a385fc21101c50732ad83cf515f9e731e1ec9a36245608e30b +oid sha256:6a25d8d4db381507c4c2a33d794b7eec8994ae8d281478e057232adf788224db size 1448 diff --git a/Content/Shaders/Editor/VertexColors.flax b/Content/Shaders/Editor/VertexColors.flax index 77ff97957..2d862a36d 100644 --- a/Content/Shaders/Editor/VertexColors.flax +++ b/Content/Shaders/Editor/VertexColors.flax @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2357c1ec7216f94e7f5e1c2c5b66a79d9ebeb5a92febd24f5c162a534c4b245b +oid sha256:bf47e691ee17a3bf17948cc365a327685e5298568a993fec47a920934d1a86fb size 2102 diff --git a/Content/Shaders/SMAA.flax b/Content/Shaders/SMAA.flax index 64a48d2f7..e315c9ef5 100644 --- a/Content/Shaders/SMAA.flax +++ b/Content/Shaders/SMAA.flax @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e02921715d77eff219fec5328cd40f1ee11bd9f03b1d9cb4e98e51f7f4adafa9 +oid sha256:c53b7a4929736b7f603f47475e2d668100e52f53c6ba176397b06b2ebc0f050d size 47673 diff --git a/Flax.flaxproj b/Flax.flaxproj index 79711dbe4..3768b6470 100644 --- a/Flax.flaxproj +++ b/Flax.flaxproj @@ -3,7 +3,7 @@ "Version": { "Major": 1, "Minor": 4, - "Build": 6332 + "Build": 6333 }, "Company": "Flax", "Copyright": "Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.", diff --git a/Source/FlaxEngine.Gen.cs b/Source/FlaxEngine.Gen.cs index 403e7e965..63340690e 100644 --- a/Source/FlaxEngine.Gen.cs +++ b/Source/FlaxEngine.Gen.cs @@ -13,5 +13,5 @@ using System.Runtime.InteropServices; [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("b8442186-4a70-7c85-704a-857cc7990797")] -[assembly: AssemblyVersion("1.4.6332")] -[assembly: AssemblyFileVersion("1.4.6332")] +[assembly: AssemblyVersion("1.4.6333")] +[assembly: AssemblyFileVersion("1.4.6333")] diff --git a/Source/FlaxEngine.Gen.h b/Source/FlaxEngine.Gen.h index fae7510a9..e565bc61c 100644 --- a/Source/FlaxEngine.Gen.h +++ b/Source/FlaxEngine.Gen.h @@ -3,11 +3,11 @@ #pragma once #define FLAXENGINE_NAME "FlaxEngine" -#define FLAXENGINE_VERSION Version(1, 4, 6332) -#define FLAXENGINE_VERSION_TEXT "1.4.6332" +#define FLAXENGINE_VERSION Version(1, 4, 6333) +#define FLAXENGINE_VERSION_TEXT "1.4.6333" #define FLAXENGINE_VERSION_MAJOR 1 #define FLAXENGINE_VERSION_MINOR 4 -#define FLAXENGINE_VERSION_BUILD 6332 +#define FLAXENGINE_VERSION_BUILD 6333 #define FLAXENGINE_COMPANY "Flax" #define FLAXENGINE_COPYRIGHT "Copyright (c) 2012-2022 Wojciech Figat. All rights reserved."