Tue, 12 Aug 2025 21:04:59 +0200
update viewports of cameras before executing behaviors, so that the new viewport information is available in the behavior functions
0 | 1 | # |
2 | # cc toolchain config | |
3 | # | |
4 | ||
5 | CFLAGS = | |
104
2ca88ec29953
fix wrong flags in toolchain.mk files after updating uwproj + add gcc config with extra warnings
Mike Becker <universe@uap-core.de>
parents:
1
diff
changeset
|
6 | DEBUG_CFLAGS = -g |
2ca88ec29953
fix wrong flags in toolchain.mk files after updating uwproj + add gcc config with extra warnings
Mike Becker <universe@uap-core.de>
parents:
1
diff
changeset
|
7 | RELEASE_CFLAGS = -O3 -DNDEBUG |
0 | 8 | LDFLAGS = |