add a few virtual destructors, remove physics client from server
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
struct CommonCameraInterface
|
||||
{
|
||||
virtual ~CommonCameraInterface(){}
|
||||
virtual void getCameraProjectionMatrix(float m[16])const = 0;
|
||||
virtual void getCameraViewMatrix(float m[16]) const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user