diff options
author | rtk0c <[email protected]> | 2022-05-08 00:50:52 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-08 00:50:52 -0700 |
commit | a4ccb12fb3062e446d5b6a1dfd6fa91ae1c2fa5f (patch) | |
tree | f2765c869af4f37106a0f5ebc530ea7448655a0c /source/AppConfig.hpp | |
parent | daca3ada37d885b197d6fa810b6b793f18f8068e (diff) |
Changeset: 29 Redefine world coordinate to have units in meters
Diffstat (limited to 'source/AppConfig.hpp')
-rw-r--r-- | source/AppConfig.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/AppConfig.hpp b/source/AppConfig.hpp index d797708..794bee5 100644 --- a/source/AppConfig.hpp +++ b/source/AppConfig.hpp @@ -9,7 +9,7 @@ constexpr std::string_view kAppName = "ProjectBrussel"; // Since kAppName is initialized by a C string literal, we know it's null termianted constexpr const char* kAppNameC = kAppName.data(); -inline float mainWidnowWidth; +inline float mainWindowWidth; inline float mainWindowHeight; inline float mainWindowAspectRatio; |