Minor code cleanup #873

This commit is contained in:
Wojtek Figat
2022-12-28 17:25:30 +01:00
parent 7fcd66588c
commit 16e7c429fc

View File

@@ -4,7 +4,6 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
namespace Flax.Build.NativeCpp
@@ -33,6 +32,8 @@ namespace Flax.Build.NativeCpp
using (var reader = new BinaryReader(stream))
{
int version = reader.ReadInt32();
if (version != 1)
return;
// DirectIncludesCache
{