diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-23 01:25:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-22 22:25:06 -0700 |
| commit | 0212d1d18e76f47182107b5ce845880e2f62f352 (patch) | |
| tree | 1bfee63758f4e570677821db00574fede5c293a4 /src/d/actor/d_a_obj_lp.cpp | |
| parent | 3c2a99e701934bcde95e55420d993ffa3f635ef2 (diff) | |
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
Diffstat (limited to 'src/d/actor/d_a_obj_lp.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_lp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_lp.cpp b/src/d/actor/d_a_obj_lp.cpp index e62dda3d40..7b89564699 100644 --- a/src/d/actor/d_a_obj_lp.cpp +++ b/src/d/actor/d_a_obj_lp.cpp @@ -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++; } } |
