Skip to content

Commit

Permalink
Traktor: WeatherFactory instantiable.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Apr 18, 2024
1 parent 7235c99 commit 4542d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Weather/WeatherFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
namespace traktor::weather
{

T_IMPLEMENT_RTTI_CLASS(L"traktor.weather.WeatherFactory", WeatherFactory, world::AbstractEntityFactory)
T_IMPLEMENT_RTTI_FACTORY_CLASS(L"traktor.weather.WeatherFactory", 0, WeatherFactory, world::AbstractEntityFactory)

WeatherFactory::WeatherFactory(resource::IResourceManager* resourceManager, render::IRenderSystem* renderSystem)
: m_resourceManager(resourceManager)
Expand Down

0 comments on commit 4542d52

Please sign in to comment.