Skip to content

Commit 052cad2

Browse files
committed
Small correction.
1 parent 68932c2 commit 052cad2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

raylibpy/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5120,7 +5120,3 @@ def set_audio_stream_volume(stream: AudioStream, volume: float) -> None:
51205120
def set_audio_stream_pitch(stream: AudioStream, pitch: float) -> None:
51215121
"""Set pitch for audio stream (1.0 is base level)"""
51225122
return _rl.SetAudioStreamPitch(stream, _float(pitch))
5123-
5124-
np = NPatchInfo(Rectangle(5, 5, 10, 10), 1, 1, 1, 1, 0)
5125-
print(repr(np))
5126-
print(np)

0 commit comments

Comments
 (0)