add includes
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
#include "data/dv_util.hpp"
|
||||
|
||||
#include <glm/gtc/matrix_transform.hpp>
|
||||
|
||||
void Transform::refresh() {
|
||||
combined = glm::mat4(1.0f);
|
||||
combined = glm::translate(combined, pos);
|
||||
|
||||
Reference in New Issue
Block a user