Remove vertical scroll bars from code sections.

This commit is contained in:
David Reid
2025-09-08 12:05:49 +10:00
parent 9afdcd38d0
commit 27acc82695
24 changed files with 154 additions and 154 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ for processing jobs. That is more advanced, and beyond the scope of this example
When you initialize a resource manager you can specify the sample format, channels and sample rate to use when reading
data from the data source. This means the resource manager will ensure all sounds will have a standard format. When not
set, each sound will have their own formats and you&#39;ll need to do the necessary data conversion yourself.</p>
<div style="font-family:monospace; border:solid 1px #003800; border-left:solid 0.5em #003800; margin:1em 0em; width:100%;"><pre style="margin:0.5em 1em; padding:0; line-height:125%; overflow-x:auto;">
<div style="font-family:monospace; border:solid 1px #003800; border-left:solid 0.5em #003800; margin:1em 0em; width:100%;"><pre style="margin:0.5em 1em; padding:0; line-height:125%; overflow-x:auto; overflow-y:hidden;">
<span style="color:#666666">#define</span> MA_NO_ENGINE <span style="color:#009900">/* We&#39;re intentionally not using the ma_engine API here. */</span>
<span style="color:#666666">#include</span> <span style="color:#cc3300">&quot;../miniaudio.c&quot;</span>