mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 17:46:47 +02:00
Fixing missing m_pi define
This commit is contained in:
parent
659da9b0e4
commit
f77228bbfe
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "AnimDebugDraw.h"
|
||||
|
||||
#include <qmath.h>
|
||||
#include <gpu/Batch.h>
|
||||
#include <GLMHelpers.h>
|
||||
|
||||
|
@ -21,7 +22,6 @@
|
|||
|
||||
#include "animdebugdraw_vert.h"
|
||||
#include "animdebugdraw_frag.h"
|
||||
|
||||
class AnimDebugDrawData {
|
||||
public:
|
||||
|
||||
|
|
Loading…
Reference in a new issue