Commit 6cef73f
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 7b87c72 commit 6cef73f
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