Added some documentation on the lights. Got most everything tidied up. Having some issues with std::moving unique ptrs. Going to change them to shared_ptr
This commit is contained in:
@@ -41,7 +41,7 @@ protected:
|
||||
Old_Map * map = nullptr;
|
||||
Camera *camera = nullptr;
|
||||
// std::vector<LightController::PackedData> *lights;
|
||||
std::vector<char> *lights;
|
||||
std::vector<PackedData> *lights;
|
||||
int light_count = 0;
|
||||
sf::Uint8 *viewport_image = nullptr;
|
||||
sf::Vector4f *viewport_matrix = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user