mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
fahhh
This commit is contained in:
@@ -133,7 +133,7 @@ namespace RBX
|
||||
/*implement*/ void setValue(DescribedBase* object, const V& value) const
|
||||
{
|
||||
Class* c = boost::polymorphic_downcast<Class*>(object);
|
||||
set(c, value);
|
||||
(c->*set)(value);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user