mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-06 05:45:52 +00:00
Remove 'capture X frame' hack, as keyboard input is working
This commit is contained in:
@@ -475,10 +475,6 @@ bool RenderDoc::ShouldTriggerCapture(uint32_t frameNumber)
|
||||
|
||||
m_Cap = false;
|
||||
|
||||
// Hack while no keyboard input supported on xcb
|
||||
if(frameNumber == 10000)
|
||||
return true;
|
||||
|
||||
set<uint32_t> frames;
|
||||
frames.swap(m_QueuedFrameCaptures);
|
||||
for(auto it=frames.begin(); it != frames.end(); ++it)
|
||||
|
||||
Reference in New Issue
Block a user