Skip to content

Commit

Permalink
Make impeller/{archivist|compiler|core|entity}/... compatible with … (
Browse files Browse the repository at this point in the history
  • Loading branch information
matanlurey authored Nov 17, 2023
1 parent bf0df06 commit 368cb6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class TextureFilterInput final : public FilterInput {
Matrix GetLocalTransform(const Entity& entity) const override;

private:
TextureFilterInput(std::shared_ptr<Texture> texture,
Matrix local_transform = Matrix());
explicit TextureFilterInput(std::shared_ptr<Texture> texture,
Matrix local_transform = Matrix());

std::shared_ptr<Texture> texture_;
Matrix local_transform_;
Expand Down

0 comments on commit 368cb6b

Please sign in to comment.