enable rtt dtor, default values for <text> node, dual-brush wip, more brush options
This commit is contained in:
@@ -34,6 +34,7 @@ void NodeImage::clone_copy(Node* dest) const
|
||||
|
||||
void NodeImage::create()
|
||||
{
|
||||
Node::create();
|
||||
if (!m_path.empty() && TextureManager::load(m_path.c_str(), m_use_mipmaps))
|
||||
{
|
||||
//LOG("load image node %s", m_path.c_str());
|
||||
|
||||
Reference in New Issue
Block a user