asledgehammer / Candle-Compiler

GNU Lesser General Public License v3.0
2 stars 3 forks source link

External class types needs to be simplified. #2

Closed JabDoesThings closed 1 year ago

JabDoesThings commented 1 year ago
return:
      type: org.lwjgl.util.vector.Quaternion

Needs to be

return:
      type: Quaternion

We could probably put in a fullType variable as well.

JabDoesThings commented 1 year ago

Not seeing the issue now.