mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-26 14:58:51 -06:00
Fixing compile warning
This commit is contained in:
@@ -42,6 +42,9 @@ struct UpdateData {
|
||||
};
|
||||
|
||||
struct RenderData {
|
||||
RenderData() = delete;
|
||||
RenderData& operator=(const RenderData& rhs) = delete;
|
||||
|
||||
const Camera& camera;
|
||||
psc position;
|
||||
bool doPerformanceMeasurement;
|
||||
|
||||
Reference in New Issue
Block a user