update file voxel_layer
This commit is contained in:
@@ -25,11 +25,11 @@ unsigned char PreferredLayer::interpretValue(unsigned char value)
|
||||
}
|
||||
|
||||
// Export factory function
|
||||
static PluginStaticLayerPtr create_preferred_plugin() {
|
||||
static PluginLayerPtr create_preferred_plugin() {
|
||||
return std::make_shared<PreferredLayer>();
|
||||
}
|
||||
|
||||
// Alias cho Boost.DLL (nếu muốn dùng boost::dll::import_alias)
|
||||
BOOST_DLL_ALIAS(create_preferred_plugin, create_plugin_static_layer)
|
||||
BOOST_DLL_ALIAS(create_preferred_plugin, create_plugin)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user