Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NSQY authored Dec 16, 2024
1 parent 87919bd commit 8cab73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dft-view/freq_dft_view.ppy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DFTViewPlugin(MappedNodesViewPlugin):
return planes[0].fftspectrum_rs.FFTSpectrum()

planes = [
c.fftspectrum_rs.FFTSpectrum().text.FrameProps()
c.fftspectrum_rs.FFTSpectrum().text.Text(text=k)
for k, c in zip(node.format.name, planes)
]

Expand Down

0 comments on commit 8cab73a

Please sign in to comment.