Skip to content

Commit 1335425

Browse files
committed
RenderableSimulation should be a struct.
1 parent 0ff4ddb commit 1335425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simulation/Air.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "SimulationConfig.h"
33

44
class Simulation;
5-
class RenderableSimulation;
5+
struct RenderableSimulation;
66

77
class Air
88
{

0 commit comments

Comments
 (0)