mirror of
https://github.com/zeldaret/tp
synced 2026-06-12 21:45:21 -04:00
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:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user