About Store Forum Documentation Contact



Post Reply 
Problem
Author Message
kreathyon Offline
Member

Post: #1
Problem
How I made to abolish the billing of mobs in transparence please?

http://imageshack.us/photo/my-images/850/blema.png
07-02-2012 08:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
neo22 Offline
Member

Post: #2
RE: Problem
Hello,
The method drawBehind must be called someWhere in your code. you just have to remove/comment it.

Code:
void render()
{
  switch(Renderer())
  {
    case RM_BEHIND:
       mob.drawBehind(/*.....*/);
  }
}
07-03-2012 08:04 AM
Visit this user's website Find all posts by this user Quote this message in a reply
kreathyon Offline
Member

Post: #3
RE: Problem
thank neo22
07-03-2012 10:49 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply