From 2450f627c7431825983c0e931329befb7c7fa939 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 27 Dec 2024 09:53:32 -0700 Subject: [PATCH] Remove public --- LEGO1/realtime/vector.h | 1 - 1 file changed, 1 deletion(-) diff --git a/LEGO1/realtime/vector.h b/LEGO1/realtime/vector.h index d483206e..e3e71476 100644 --- a/LEGO1/realtime/vector.h +++ b/LEGO1/realtime/vector.h @@ -148,7 +148,6 @@ class Vector2 { // FUNCTION: LEGO1 0x10002240 virtual void operator/=(const float& p_value) { DivImpl(p_value); } // vtable+0x68 -public: // FUNCTION: LEGO1 0x10002250 virtual void SetVector(const float* p_other) { EqualsImpl(p_other); } // vtable+0x70