Преглед на файлове

Merge pull request #490 from ISylvox/GPU-to-CPU

Audio_Buses: Fix a Typo, 'GPU' to 'CPU'
Rémi Verschelde преди 8 години
родител
ревизия
28ea28e3d7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      learning/features/audio/audio_buses.rst

+ 1 - 1
learning/features/audio/audio_buses.rst

@@ -11,7 +11,7 @@ The aim now is to present an interface much friendlier to sound design
 professionals. To achieve this, the audio engine contains a virtual rack
 where unlimited audio buses can be created and, on each of it, unlimited
 amount of effect processors can be added (or more like, as long as your
-GPU holds up!)
+CPU holds up!)
 
 The implementation in Godot is pretty efficient and has been written
 entirely from the ground up, without relying on any existing audio libraries.