delete debug info

This commit is contained in:
Shuo Feng 2024-03-04 02:48:33 -05:00
parent 6d81bd4530
commit 0aa8696cf4
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1

View file

@ -1,7 +1,6 @@
#include "Light.h"
#include <algorithm>
#include <cmath>
#include <iostream>
void Light::setTransform(const Matrix4f &transform) {
this->transform = transform;