[fixed]Spelling errors in CNullDriver

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
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

[fixed]Spelling errors in CNullDriver

Post by randomMesh »

There are 2 spelling errors of "First" in the CNullDriver class (spelled "Frist"):

Code: Select all

 
xx@xxx:~/development/libs/irrlicht/source$ grep -rin frist *
Irrlicht/CNullDriver.h:288:     //! this: Frist, draw all geometry. Then use this method, to draw the shadow
Irrlicht/CNullDriver.cpp:1075://! this: Frist, draw all geometry. Then use this method, to draw the shadow
 
I know this is a minor issue but i wanted to post something. 8)
"Whoops..."
CuteAlien
Admin
Posts: 9643
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Spelling errors in CNullDriver

Post by CuteAlien »

Thanks, always love easy fixes :-)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply