Skip to content

Commit

Permalink
SF6: Fix crashes with upscaler build
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jul 1, 2024
1 parent d528d88 commit cd3a433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/sdk/Renderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Texture : public RenderResource {
}

private:
#if TDB_VER >= 73
#if TDB_VER >= 73 || defined(SF6)
static constexpr inline auto s_desc_offset = sizeof(RenderResource) + 0x18;
#else
static constexpr inline auto s_desc_offset = sizeof(RenderResource) + sizeof(void*);
Expand Down

0 comments on commit cd3a433

Please sign in to comment.