From: Kevin G. <go...@gm...> - 2012-09-21 04:19:59
|
Hello. I've attached a patch for Generate.h. The makeTrans() function is being called (from setLookAt(), line 753) before it is defined (line 1389). This patch just moves the definition of makeTrans() above the definition of setLookAt(). --Kevin Godby |