Skip to content

Commit

Permalink
change screenshot from cshot to shot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Daniel committed Jul 13, 2023
1 parent ecf5b59 commit 12819f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system_window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class SystemWindow final
void GetInput( SystemEvents& out_events );
void GetInputState( InputState& out_input_state );
void CaptureMouse( bool need_capture );
bool ScreenShot( const std::filesystem::path& file = "cshot_" ) const;
bool ScreenShot( const std::filesystem::path& file = "shot_" ) const;

private:
struct PixelColorsOrder
Expand Down

0 comments on commit 12819f6

Please sign in to comment.