Skip to content

Commit

Permalink
Traktor: Bumped Spark pipeline version.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Feb 29, 2024
1 parent 615bae9 commit 342152b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Spark/Editor/Pipeline.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* TRAKTOR
* Copyright (c) 2022 Anders Pistol.
* Copyright (c) 2022-2024 Anders Pistol.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down Expand Up @@ -62,7 +62,7 @@ struct AtlasBucket

}

T_IMPLEMENT_RTTI_FACTORY_CLASS(L"traktor.spark.Pipeline", 10, Pipeline, editor::IPipeline)
T_IMPLEMENT_RTTI_FACTORY_CLASS(L"traktor.spark.Pipeline", 11, Pipeline, editor::IPipeline)

Pipeline::Pipeline()
: m_generateMips(false)
Expand Down

0 comments on commit 342152b

Please sign in to comment.