mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 20:27:36 -04:00
@@ -104,7 +104,7 @@ int daObjDigpl_c::execute() {
|
||||
attention_info.position.y = current.pos.y;
|
||||
cXyz point_pos;
|
||||
|
||||
dStage_dPnt_c* point_p = mpDigPoints->m_points;
|
||||
dPnt* point_p = mpDigPoints->m_points;
|
||||
f32 dist_to_current_pnt = FLT_MAX;
|
||||
|
||||
for (int i = 0; i < mpDigPoints->m_num; i++, point_p++) {
|
||||
|
||||
Reference in New Issue
Block a user