Skip to content

Commit 152ac54

Browse files
committed
fix build
1 parent 8f5c812 commit 152ac54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/d/actor/d_a_obj_ladder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ int Act_c::Draw() {
382382
dComIfGd_setList();
383383

384384
#if DEBUG
385-
dComIfG_Bgsp().DebugDrawPoly(mpBgW);
385+
dComIfG_Bgsp().DebugDrawPoly(*mpBgW);
386386
#endif
387387
return 1;
388388
}

0 commit comments

Comments
 (0)