Wrestling with the compiler to pass these shared_ptr's
This commit is contained in:
@@ -15,7 +15,7 @@ public:
|
||||
// Both will create the view matrix, view res buffer
|
||||
void create_viewport(int width, int height, float v_fov, float h_fov) override;
|
||||
|
||||
void assign_lights(std::vector<LightController::PackedData> *data) override;
|
||||
void assign_lights(std::vector<char> *data) override;
|
||||
void assign_map(Old_Map *map) override;
|
||||
void assign_camera(Camera *camera) override;
|
||||
void validate() override;
|
||||
|
||||
Reference in New Issue
Block a user