mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 21:45:38 +00:00
link back to OGre Wiki for some copied past code
This commit is contained in:
parent
546b44a3be
commit
195767db7f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
#include "../../model/world/tablemimedata.hpp"
|
||||
#include "../../model/world/idtable.hpp"
|
||||
|
||||
//all credits to http://www.ogre3d.org/tikiwiki/tiki-index.php?page=HowTo:+Write+text+on+texture
|
||||
void WriteToTexture(const Ogre::String &str, Ogre::TexturePtr destTexture, Ogre::Image::Box destRectangle, Ogre::Font* font, const Ogre::ColourValue &color, char justify = 'l', bool wordwrap = true)
|
||||
{
|
||||
using namespace Ogre;
|
||||
|
|
Loading…
Reference in a new issue