Kawe Mazidjatari 2a86970f12 Fix Smart Pistol's trajectory trace (laser line)
The smart pistol's laser line overlay did not draw after the debug overlay rebuild. After some small debugging, I found out that there was a function that creates the curved trace, and creates an overlay with index 4 (originally swept_box), however, the structure is different to that of swept_box. This is laser_line. Implemented logic for drawing out laser line, which essentially just calls DrawLine (as is the case in the engine).
2022-10-30 23:38:19 +01:00
..
2022-10-29 00:01:10 +02:00
2022-09-09 19:47:31 +02:00
2022-08-09 03:02:00 +02:00
2022-10-23 23:47:27 +02:00
2022-10-23 23:47:27 +02:00
2022-08-14 18:35:01 +02:00
2022-08-13 11:24:55 +02:00
2022-04-18 03:35:24 +02:00
2022-08-09 03:02:00 +02:00
2022-09-09 19:47:31 +02:00
2022-08-22 03:53:38 +02:00
2022-10-26 01:55:36 +02:00
2022-05-25 14:18:29 +02:00
2022-09-20 02:04:25 +02:00
2022-09-18 23:19:50 +02:00
2022-09-09 19:47:31 +02:00
2022-08-31 02:15:54 +02:00
2022-08-29 01:14:53 +02:00
2022-09-14 01:14:51 +02:00
2022-08-09 03:02:00 +02:00
2022-09-25 13:36:55 +02:00
2022-10-26 01:55:36 +02:00