Minor code cleanup #873
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user