A bug with the tutorials, not the engine itself...

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Stu L Tissimus
Posts: 48
Joined: Thu Jul 15, 2004 8:45 pm
Location: Manhattan
Contact:

A bug with the tutorials, not the engine itself...

Post by Stu L Tissimus »

In the second tutorial on the Irrlicht website (Haven't checked the tuts bundled with Irrlicht itself), it seems that whoever wrote it is using "drawed" instead of "drawn". This'd normally be fine, we'd understand what was meant. However, look at this line:
(There is a getPrimitiveCountDrawed() method in the IVideoDriver class)
There is no such method. It's getPrimitiveCountDrawn(). So, uhm, just mentioning it.
Laptop: P-M 1.6GHz|1024MB PC2800|Mob.Radeon9700Pro|60GB

Desktop: A-XP 2400+|512MB PC3200|Radeon 9700 Pro|180GB
pfo
Posts: 370
Joined: Mon Aug 29, 2005 10:54 pm
Location: http://web.utk.edu/~pfox1

Post by pfo »

More of a typo than a bug, wouldn't you say?
Maize
Posts: 163
Joined: Sat Oct 29, 2005 12:12 am
Location: In a cave...
Contact:

Post by Maize »

It doesnt matter...it needs to be fixed in the latest copy.
Post Reply