Remove 'capture X frame' hack, as keyboard input is working

This commit is contained in:
baldurk
2016-02-07 18:41:11 +01:00
parent af09dbb648
commit c6fd6e80f2
-4
View File
@@ -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)