mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Removed IrrlichtWrapper
This commit is contained in:
parent
983bf6677d
commit
b36e5c0508
13 changed files with 18 additions and 770 deletions
|
@ -390,11 +390,6 @@ public:
|
|||
os<<basename<<"^[progressbar"<<value_f;
|
||||
|
||||
return g_texturesource->getTextureRaw(os.str());
|
||||
|
||||
/*TextureSpec spec;
|
||||
spec.addTid(g_irrlicht->getTextureId(basename));
|
||||
spec.addTid(g_irrlicht->getTextureId(os.str()));
|
||||
return g_irrlicht->getTexture(spec);*/
|
||||
}
|
||||
#endif
|
||||
std::string getText()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue