This commit is contained in:
parent
9fb3df3054
commit
76a722c5ec
9 changed files with 197 additions and 10 deletions
|
@ -28,13 +28,13 @@
|
|||
|
||||
void CNpcClamPlatform::render()
|
||||
{
|
||||
CNpcPlatform::render();
|
||||
|
||||
if (canRender())
|
||||
{
|
||||
//CNpcPlatform::render();
|
||||
|
||||
#if defined (__USER_paul__) || defined (__USER_charles__)
|
||||
DVECTOR &renderPos=getRenderPos();
|
||||
|
||||
#if defined (__USER_paul__) || defined (__USER_charles__)
|
||||
DVECTOR offset = CLevel::getCameraPos();
|
||||
DVECTOR size;
|
||||
DVECTOR centre;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue