mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
Centralize the extraction of Lua values and fix bug when trying to extract the first parameter of a Lua parameter pack
This commit is contained in:
@@ -41,8 +41,7 @@ public:
|
||||
using TemplateProperty<volume::TransferFunction>::operator=;
|
||||
|
||||
protected:
|
||||
volume::TransferFunction fromLuaConversion(lua_State* state,
|
||||
bool& success) const override;
|
||||
volume::TransferFunction fromLuaConversion(lua_State* state) const override;
|
||||
void toLuaConversion(lua_State* state) const override;
|
||||
std::string toStringConversion() const override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user