We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406f74c commit 40b4752Copy full SHA for 40b4752
Client/sdk/game/RenderWare.h
@@ -549,7 +549,7 @@ struct RwDevice
549
// RwIm3DRenderPrimitiveFunction fpIm3DRenderPrimitive;
550
// RwIm3DRenderIndexedPrimitiveFunction fpIm3DRenderIndexedPrimitive;
551
};
552
-// static_assert(sizeof(RwDevice) == 0x38, "Incorrect class size: RwGlobals");
+// static_assert(sizeof(RwDevice) == 0x38, "Incorrect class size: RwDevice");
553
554
typedef bool (*RwStandardFunc)(void*, void*, std::int32_t);
555
struct RwGlobals
0 commit comments