mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-08 14:29:30 +00:00
use #include "btScalar.h" instead of "LinearMath/btScalar.h"
fixes Issue 572
This commit is contained in:
@@ -17,7 +17,7 @@ subject to the following restrictions:
|
||||
#ifndef BT_GEN_MINMAX_H
|
||||
#define BT_GEN_MINMAX_H
|
||||
|
||||
#include "LinearMath/btScalar.h"
|
||||
#include "btScalar.h"
|
||||
|
||||
template <class T>
|
||||
SIMD_FORCE_INLINE const T& btMin(const T& a, const T& b)
|
||||
|
||||
Reference in New Issue
Block a user