[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11735] branches/soc-2007-hcube/source/ blender/include/BAU_soundsystem.h: fixed typo

Csaba Hruska csaba.hruska at gmail.com
Mon Aug 20 12:53:54 CEST 2007


Revision: 11735
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11735
Author:   hcube
Date:     2007-08-20 12:53:54 +0200 (Mon, 20 Aug 2007)

Log Message:
-----------
fixed typo

Modified Paths:
--------------
    branches/soc-2007-hcube/source/blender/include/BAU_soundsystem.h

Modified: branches/soc-2007-hcube/source/blender/include/BAU_soundsystem.h
===================================================================
--- branches/soc-2007-hcube/source/blender/include/BAU_soundsystem.h	2007-08-20 10:53:29 UTC (rev 11734)
+++ branches/soc-2007-hcube/source/blender/include/BAU_soundsystem.h	2007-08-20 10:53:54 UTC (rev 11735)
@@ -24,7 +24,7 @@
 int             audio_sample_load(struct bSample* sample);
 void            audio_sample_unload(struct bSample* sample);
 
-// pcm data parameters:  4000KHz and 4 bit, it is just visual purpuses
+// pcm data parameters:  4KHz and 8 bit, it is just visual purpuses
 char*           audio_sample_getvisualpcmdata(struct bSample *sample, int channelIdx);
 
 // bSound functions





More information about the Bf-blender-cvs mailing list