Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Jan 18, 2025
1 parent b1249f3 commit 9e201c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/nCine/AppConfiguration.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace nCine
class AppConfiguration
{
public:
static constexpr std::int32_t WindowPositionIgnore = INT_MAX;
static constexpr std::int32_t WindowPositionIgnore = INT32_MAX;

AppConfiguration();

Expand Down

0 comments on commit 9e201c6

Please sign in to comment.