From 185a7ad007db725ad0691313261b09d09c27f864 Mon Sep 17 00:00:00 2001 From: Marvin D <41352111+IcePixelx@users.noreply.github.com> Date: Wed, 14 Dec 2022 20:53:27 +0100 Subject: [PATCH] IMaterial::GetShaderGlue info --- r5dev/public/imaterial.h | 1 + 1 file changed, 1 insertion(+) diff --git a/r5dev/public/imaterial.h b/r5dev/public/imaterial.h index cdd55e9f..2f7c6e79 100644 --- a/r5dev/public/imaterial.h +++ b/r5dev/public/imaterial.h @@ -97,6 +97,7 @@ private: virtual void stub_76() const = 0; virtual void stub_77() const = 0; virtual void stub_78() const = 0; + // STUB_138 should be GetShaderGlue. }; #endif // IMATERIAL_H