mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Raycastmesh missing malloc, free, NULL refs
This commit is contained in:
parent
989bffee81
commit
d652cc8ea4
@ -1,6 +1,8 @@
|
||||
#include "RaycastMesh.h"
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <vector>
|
||||
|
||||
// This code snippet allows you to create an axis aligned bounding volume tree for a triangle mesh so that you can do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user