Commit cff6e9b
committed
ADoor - remove stale old bad code for door spinup
The door hinge still spins up and explodes just fine with this patch
applied, as code below lerps it downward properly anyway.
Undefined sanitizer complaint:
../Source/Entities/ADoor.cpp:470:24: runtime error: signed integer overflow: 671088640 * 4 cannot be represented in type 'int'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ../Source/Entities/ADoor.cpp:470:241 parent c3c10a4 commit cff6e9b
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | 468 | | |
474 | 469 | | |
475 | 470 | | |
| |||
0 commit comments