Skip to content

Commit

Permalink
Backporting CleverRaven#52656 Fix compile error on LLVM/Clang 13
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong authored and ZhilkinSerg committed Nov 27, 2021
1 parent c5f9b90 commit fb7ce81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fire.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
struct fire_data {
fire_data() = default;
fire_data( const fire_data & ) = default;
explicit fire_data( int intensity, bool is_contained = false ) : fire_intensity( intensity ),
contained( is_contained )
{}
Expand Down

0 comments on commit fb7ce81

Please sign in to comment.