Dungeon generation

This commit is contained in:
Ben
2020-09-02 18:53:56 +01:00
parent 73dccbbb1a
commit 5983601ac5
6 changed files with 281 additions and 26 deletions

View File

@@ -2,6 +2,8 @@
#include "Things.hpp"
#include "Logger.hpp"
void Camera::Update(float fTime)
{
if (_Track == nullptr) return;