Trying to run first GTE code
This commit is contained in:
@@ -187,6 +187,8 @@ namespace JabyEngine {
|
||||
|
||||
template<typename T>
|
||||
struct Position : public internal::XYMovement<Position<T>, T> {
|
||||
using PrimitiveType = T;
|
||||
|
||||
T x;
|
||||
T y;
|
||||
|
||||
|
Reference in New Issue
Block a user