mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 12:51:03 +00:00
change auto-framecap frame number
This commit is contained in:
@@ -476,7 +476,7 @@ bool RenderDoc::ShouldTriggerCapture(uint32_t frameNumber)
|
||||
m_Cap = false;
|
||||
|
||||
// Hack while no keyboard input supported on xcb
|
||||
if(frameNumber == 10)
|
||||
if(frameNumber == 10000)
|
||||
return true;
|
||||
|
||||
set<uint32_t> frames;
|
||||
|
||||
Reference in New Issue
Block a user