-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable missing metallic texture workaround
- Loading branch information
1 parent
1ad27bc
commit a5d0a35
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#pragma once | ||
|
||
#define PRODUCT_VERSION_STRING "2024 version 1.33" | ||
#define PRODUCT_VERSION_STRING "2024 version 1.34" | ||
#define VER_MAJOR 2024 | ||
#define VER_MINOR 1 | ||
#define VER_REV 33 | ||
#define VER_BUILD 422 | ||
#define VER_REV 34 | ||
#define VER_BUILD 424 | ||
|
||
#define TOSTRING(x) #x | ||
#define VERSION_STRING TOSTRING(VER_MAJOR) "." TOSTRING(VER_MINOR) "." TOSTRING(VER_REV) "." TOSTRING(VER_BUILD) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters