Commit 03d5144
fix(LibCarla): use double literal in Lane::GetWidth return
Lane::GetWidth() returns double but the fallback path returned 0.0f
(float literal). Use 0.0 for consistency with the return type.
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>1 parent 815b8ba commit 03d5144
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments