build: 5.2.5.4

This commit is contained in:
goat 2021-04-15 22:03:15 +02:00
parent cf9a52f633
commit e17745349a
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 3 additions and 1 deletions

View file

@ -14,7 +14,7 @@
<DocumentationFile>$(SolutionDir)\bin\Dalamud.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Label="Feature">
<DalamudVersion>5.2.5.3</DalamudVersion>
<DalamudVersion>5.2.5.4</DalamudVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
<Version>$(DalamudVersion)</Version>

View file

@ -14,6 +14,8 @@ using ImGuiScene;
using Serilog;
using SharpDX.Direct3D11;
#nullable enable
// general dev notes, here because it's easiest
/*
* - Hooking ResizeBuffers seemed to be unnecessary, though I'm not sure why. Left out for now since it seems to work without it.