summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/RenderCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Graphics/RenderCommands.h')
-rw-r--r--Runtime/Graphics/RenderCommands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Runtime/Graphics/RenderCommands.h b/Runtime/Graphics/RenderCommands.h
index 3908e3a..cbffdd0 100644
--- a/Runtime/Graphics/RenderCommands.h
+++ b/Runtime/Graphics/RenderCommands.h
@@ -7,7 +7,7 @@ struct RenderCommand
virtual void Execute() = 0;
};
-typedef std::vector<RenderCommand> RenderCommandGroup;
+typedef std::vector<RenderCommand*> RenderCommandGroup;
// Cull Off|Front|Back|Both
struct Cmd_Cull : RenderCommand