Skip to content

Commit

Permalink
Merge pull request #103 from mustanggb/composite-eye-internal-path
Browse files Browse the repository at this point in the history
CompositeEye internal path is incorrect
  • Loading branch information
DASPRiD authored Mar 14, 2022
2 parents 0069435 + 1d0eaa5 commit d70c840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/Eye/CompositeEye.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public function getExternalPath() : Path

public function getInternalPath() : Path
{
return $this->externalEye->getInternalPath();
return $this->internalEye->getInternalPath();
}
}

0 comments on commit d70c840

Please sign in to comment.