mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Cleanup.
This commit is contained in:
parent
de347e9f23
commit
26cbbb85b7
1 changed files with 2 additions and 2 deletions
4
3rdparty/remotery/lib/Remotery.c
vendored
4
3rdparty/remotery/lib/Remotery.c
vendored
|
@ -2902,7 +2902,7 @@ static void MessageQueue_CommitMessage(MessageQueue* queue, Message* message, Me
|
|||
assert(message->id == MsgID_NotReady);
|
||||
message->id = id;
|
||||
|
||||
RMT_UNREFERENCED_PARAMETER(queue);
|
||||
RMT_UNREFERENCED_PARAMETER(queue);
|
||||
}
|
||||
|
||||
|
||||
|
@ -5251,7 +5251,7 @@ static void UpdateD3D11Frame(void)
|
|||
rmt_BeginCPUSample(rmt_UpdateD3D11Frame);
|
||||
|
||||
// Process all messages in the D3D queue
|
||||
for (;;)
|
||||
for (;;)
|
||||
{
|
||||
Msg_SampleTree* sample_tree;
|
||||
Sample* sample;
|
||||
|
|
Loading…
Reference in a new issue