Browse Source

fix build issue, should include look_at.h instead of look_at_src.h

David Rose 11 năm trước cách đây
mục cha
commit
a9d1d1ad54
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      panda/src/mathutil/triangulator3.cxx

+ 1 - 1
panda/src/mathutil/triangulator3.cxx

@@ -13,7 +13,7 @@
 ////////////////////////////////////////////////////////////////////
 
 #include "triangulator3.h"
-#include "look_at_src.h"
+#include "look_at.h"
 
 ////////////////////////////////////////////////////////////////////
 //     Function: Triangulator3::Constructor