lwjglgamedev / lwjglbook-leg

Source code of the chapters of the book 3D Game Development with LWJGL 3
https://ahbejarano.gitbook.io/lwjglgamedev/
Apache License 2.0
560 stars 202 forks source link

Removed the usage of raw ArrayList #67

Closed RubbaBoy closed 5 years ago

RubbaBoy commented 5 years ago

There were some significant inconsistencies with the usage of raw and parameterized ArrayLists, this PR simply changes all raw usages to parameterized.

lwjglgamedev commented 5 years ago

Many thanks !