From e4349c6e2a97e9336aa8ac754b75dc51fd915766 Mon Sep 17 00:00:00 2001 From: gir489 <100792176+gir489returns@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:06:24 -0400 Subject: [PATCH] Add proper OOB calculation for CSectorDataNode. (#2103) --- scripts/gtav-classes.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gtav-classes.cmake b/scripts/gtav-classes.cmake index 1ea126d6..55b80e5a 100644 --- a/scripts/gtav-classes.cmake +++ b/scripts/gtav-classes.cmake @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( gtav_classes GIT_REPOSITORY https://github.com/Yimura/GTAV-Classes.git - GIT_TAG 0f88abb93d1499c04f440b77095ae4e02e5144ae + GIT_TAG 3c7763fcf996f53f891e40f12bbfa8115fd612a7 GIT_PROGRESS TRUE CONFIGURE_COMMAND "" BUILD_COMMAND ""