mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-01 03:53:03 +08:00
fix(context menu): fix context menu crash (#832)
This commit is contained in:
@ -50,7 +50,7 @@ namespace big
|
||||
static void context_menu();
|
||||
|
||||
Entity m_handle;
|
||||
rage::fwEntity* m_pointer;
|
||||
rage::fwEntity* m_pointer{};
|
||||
model_bounding_box_screen_space m_model_bounding_box_screen_space;
|
||||
|
||||
s_context_menu vehicle_menu{
|
||||
|
Reference in New Issue
Block a user