Skip to content

Commit

Permalink
chore: add FIXME comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Jul 23, 2024
1 parent 149e2c2 commit 718a2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/RE/M/Main.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace RE
NiAVObject* worldCameraRoot; //NiNode
NiCamera* worldCamera;
};
// static_assert(offsetof(SceneGraphRoot, SceneGraphRoot::worldCamera) == 0x80);
// static_assert(offsetof(SceneGraphRoot, SceneGraphRoot::worldCamera) == 0x80); // FIXME: clang-cl chokes on this assertion

static SceneGraphRoot* WorldRoot()
{
Expand Down
2 changes: 1 addition & 1 deletion include/RE/N/NiCamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ namespace RE
float lodAdjust;
float unk2[24];
};
// static_assert(offsetof(NiCamera, NiCamera::worldToCam) == 384);
// static_assert(offsetof(NiCamera, NiCamera::worldToCam) == 384); // FIXME: clang-cl chokes on this assertion
}

0 comments on commit 718a2c5

Please sign in to comment.