Don't print HackBGRT on every output line

This commit is contained in:
Lauri Kenttä
2023-11-25 19:57:02 +02:00
parent 77dd2bd699
commit aac8a38cbb
3 changed files with 23 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ enum HackBGRT_action {
* @see struct HackBGRT_config
*/
enum HackBGRT_coordinate {
HackBGRT_coord_keep = -1000000001
HackBGRT_coord_keep = -1000001
};
/**