mirror of
https://github.com/SWG-Source/src.git
synced 2026-01-17 00:04:25 -05:00
Removed annoying output used for testing and added chat library link
This commit is contained in:
@@ -236,7 +236,7 @@ bool CollisionCallbackManager::intersectAndReflectWithTerrain(Object * const obj
|
||||
CellProperty const * wcell = CellProperty::getWorldCellProperty();
|
||||
CellProperty const * dcell = wcell->getDestinationCell(begin_w, end_w, time);
|
||||
|
||||
REPORT_LOG(true,("Checking collision.\n"));
|
||||
// REPORT_LOG(true,("Checking collision.\n"));
|
||||
REPORT_LOG(CollisionUtils::testPortalVis(wcell, begin_w, dcell, end_w),("Possible Cell Collision.\n"));
|
||||
|
||||
// Generate missing terrain between point A and point B and check collision.
|
||||
|
||||
@@ -21,3 +21,4 @@ add_library(udplibrary
|
||||
UdpLibrary.h
|
||||
)
|
||||
|
||||
target_include_directories(udplibrary PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
Reference in New Issue
Block a user