Skip to content

Commit

Permalink
Fix dPa_modelEmitter_c vtable
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Oct 19, 2024
1 parent 329d94a commit b293609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/d/d_particle.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ class dPa_modelEmitter_c : public node_class {
public:
dPa_modelEmitter_c();
virtual ~dPa_modelEmitter_c() {}
virtual void draw() = 0;
};

class JKRSolidHeap;
Expand Down

0 comments on commit b293609

Please sign in to comment.