File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ public Vector3f Position
286286 ////////////////////////////////////////////////////////////
287287 public Vector3f Direction
288288 {
289- get => sfMusic_getPosition ( CPointer ) ;
290- set => sfMusic_setPosition ( CPointer , value ) ;
289+ get => sfMusic_getDirection ( CPointer ) ;
290+ set => sfMusic_setDirection ( CPointer , value ) ;
291291 }
292292
293293 ////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ public Vector3f Position
223223 ////////////////////////////////////////////////////////////
224224 public Vector3f Direction
225225 {
226- get => sfSound_getPosition ( CPointer ) ;
227- set => sfSound_setPosition ( CPointer , value ) ;
226+ get => sfSound_getDirection ( CPointer ) ;
227+ set => sfSound_setDirection ( CPointer , value ) ;
228228 }
229229
230230 ////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -213,8 +213,8 @@ public Vector3f Position
213213 ////////////////////////////////////////////////////////////
214214 public Vector3f Direction
215215 {
216- get => sfSoundStream_getPosition ( CPointer ) ;
217- set => sfSoundStream_setPosition ( CPointer , value ) ;
216+ get => sfSoundStream_getDirection ( CPointer ) ;
217+ set => sfSoundStream_setDirection ( CPointer , value ) ;
218218 }
219219
220220 ////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments