mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2026-02-04 13:29:19 +01:00
Fix camera, added more collsion stuff
added pink color
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <iostream>
|
||||
Level::Level() : m_pCamera(nullptr) {
|
||||
std::cout << "Cannot make level without a camera" << std::endl;
|
||||
std::cout << "Cannot make level without a camera, Duh 🙄" << std::endl;
|
||||
}
|
||||
Level::Level(Camera* camera) {
|
||||
m_pCamera = camera;
|
||||
|
||||
Reference in New Issue
Block a user