mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-27 22:00:23 -04:00
fixed struct read & write
This commit is contained in:
parent
f65514b320
commit
3457d4d22c
@ -75,6 +75,8 @@ namespace AssetStudio
|
|||||||
i += 3;
|
i += 3;
|
||||||
break;
|
break;
|
||||||
case "vector":
|
case "vector":
|
||||||
|
case "staticvector":
|
||||||
|
case "set":
|
||||||
{
|
{
|
||||||
if ((members[i + 1].Flag & 0x4000) != 0)
|
if ((members[i + 1].Flag & 0x4000) != 0)
|
||||||
align = true;
|
align = true;
|
||||||
@ -217,6 +219,8 @@ namespace AssetStudio
|
|||||||
i += 3;
|
i += 3;
|
||||||
break;
|
break;
|
||||||
case "vector":
|
case "vector":
|
||||||
|
case "staticvector":
|
||||||
|
case "set":
|
||||||
{
|
{
|
||||||
if ((members[i + 1].Flag & 0x4000) != 0)
|
if ((members[i + 1].Flag & 0x4000) != 0)
|
||||||
align = true;
|
align = true;
|
||||||
@ -367,6 +371,8 @@ namespace AssetStudio
|
|||||||
i += 3;
|
i += 3;
|
||||||
break;
|
break;
|
||||||
case "vector":
|
case "vector":
|
||||||
|
case "staticvector":
|
||||||
|
case "set":
|
||||||
{
|
{
|
||||||
if ((members[i + 1].Flag & 0x4000) != 0)
|
if ((members[i + 1].Flag & 0x4000) != 0)
|
||||||
align = true;
|
align = true;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||||
<Keyword>ManagedCProj</Keyword>
|
<Keyword>ManagedCProj</Keyword>
|
||||||
<RootNamespace>AssetStudioFBX</RootNamespace>
|
<RootNamespace>AssetStudioFBX</RootNamespace>
|
||||||
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||||
<Keyword>ManagedCProj</Keyword>
|
<Keyword>ManagedCProj</Keyword>
|
||||||
<RootNamespace>AssetStudioFBX</RootNamespace>
|
<RootNamespace>AssetStudioFBX</RootNamespace>
|
||||||
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||||
|
Loading…
Reference in New Issue
Block a user