Skip to content

Commit 12819f6

Browse files
author
Jon Daniel
committed
change screenshot from cshot to shot
1 parent ecf5b59 commit 12819f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system_window.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class SystemWindow final
4545
void GetInput( SystemEvents& out_events );
4646
void GetInputState( InputState& out_input_state );
4747
void CaptureMouse( bool need_capture );
48-
bool ScreenShot( const std::filesystem::path& file = "cshot_" ) const;
48+
bool ScreenShot( const std::filesystem::path& file = "shot_" ) const;
4949

5050
private:
5151
struct PixelColorsOrder

0 commit comments

Comments
 (0)