mirror of
https://github.com/halpz/re3.git
synced 2025-02-24 10:12:09 +00:00
fix screenshot name space
This commit is contained in:
parent
d8f5e86ede
commit
9ab4f1a2d9
@ -379,7 +379,7 @@ DoRWStuffEndOfFrame(void)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (CPad::GetPad(1)->GetLeftShockJustDown() || CPad::GetPad(0)->GetFJustDown(11)) {
|
if (CPad::GetPad(1)->GetLeftShockJustDown() || CPad::GetPad(0)->GetFJustDown(11)) {
|
||||||
sprintf(s, "screen_%11lld.png", time(nil));
|
sprintf(s, "screen_0%11lld.png", time(nil));
|
||||||
RwGrabScreen(Scene.camera, s);
|
RwGrabScreen(Scene.camera, s);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user