v1.4.0: cleaned up some TODOs and FIXMEs

This commit is contained in:
Evan Debenham
2022-08-06 13:03:11 -04:00
parent ec310353a8
commit 64d1b93862
22 changed files with 11 additions and 107 deletions

View File

@@ -21,8 +21,6 @@
package com.watabou.glwrap;
//TODO libGDX offer matrix classes as well, which might give better performance.
//should investigate using them
public class Matrix {
public static final float G2RAD = 0.01745329251994329576923690768489f;