Update dtk-template (#2453)

* Update dtk-template

* Fix debug build

* Fix d_event_debug includes

* Progress reports: Enable function relocation diffing (data_value)

* Fix some diffs

* Fix a few more diffs

* More fixes
This commit is contained in:
LagoLunatic
2025-05-23 01:25:06 -04:00
committed by GitHub
parent 3c2a99e701
commit 0212d1d18e
23 changed files with 118 additions and 9262 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ static int useHeapInit(fopAc_ac_c* a_this) {
for (int i = 0; i < i_this->field_0xad98; i++) {
f32* mSize = i_this->field_0xad7c.getSize(i);
for (int j = 0; j < 3; j++) {
*mSize = 0.1f + 1.3f;
*mSize = 1.3f;
mSize++;
}
}