Code Cleanup: warnings
This commit is contained in:
@@ -1229,7 +1229,7 @@ void RAS_OpenGLRasterizer::RemoveLight(struct RAS_LightObject* lightobject)
|
||||
m_lights.erase(lit);
|
||||
}
|
||||
|
||||
bool RAS_OpenGLRasterizer::RayHit(class KX_ClientObjectInfo *client, KX_RayCast *result, void * const data)
|
||||
bool RAS_OpenGLRasterizer::RayHit(struct KX_ClientObjectInfo *client, KX_RayCast *result, void * const data)
|
||||
{
|
||||
double* const oglmatrix = (double* const) data;
|
||||
|
||||
|
@@ -380,8 +380,8 @@ public:
|
||||
void PushMatrix();
|
||||
void PopMatrix();
|
||||
|
||||
bool RayHit(class KX_ClientObjectInfo* client, class KX_RayCast* result, void * const data);
|
||||
bool NeedRayCast(class KX_ClientObjectInfo*) { return true; }
|
||||
bool RayHit(struct KX_ClientObjectInfo* client, class KX_RayCast* result, void * const data);
|
||||
bool NeedRayCast(struct KX_ClientObjectInfo*) { return true; }
|
||||
|
||||
|
||||
void AddLight(struct RAS_LightObject* lightobject);
|
||||
|
Reference in New Issue
Block a user