Skip to content

Commit 40b4752

Browse files
committed
Fixed incorrect comment
1 parent 406f74c commit 40b4752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/sdk/game/RenderWare.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ struct RwDevice
549549
// RwIm3DRenderPrimitiveFunction fpIm3DRenderPrimitive;
550550
// RwIm3DRenderIndexedPrimitiveFunction fpIm3DRenderIndexedPrimitive;
551551
};
552-
// static_assert(sizeof(RwDevice) == 0x38, "Incorrect class size: RwGlobals");
552+
// static_assert(sizeof(RwDevice) == 0x38, "Incorrect class size: RwDevice");
553553

554554
typedef bool (*RwStandardFunc)(void*, void*, std::int32_t);
555555
struct RwGlobals

0 commit comments

Comments
 (0)