Skip to content

Commit

Permalink
Temporarily disable draw function of FakeNpc
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisAphalon committed Oct 16, 2024
1 parent 3e43b6b commit 62d7c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/npc/FakeNpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class FakeNpc
constructor(order, drawFunc, alwaysDraw = true)
{
this.order = order
this.draw = drawFunc
//this.draw = drawFunc
this.alwaysDraw = alwaysDraw
}

Expand Down

0 comments on commit 62d7c11

Please sign in to comment.