aboutsummaryrefslogtreecommitdiff
path: root/design.tex
diff options
context:
space:
mode:
authorMax-001 <80035972+Max-001@users.noreply.github.com>2024-10-09 17:18:19 +0200
committerMax-001 <80035972+Max-001@users.noreply.github.com>2024-10-09 17:18:19 +0200
commit4669fc33ffbf428ff7a58d1937e1aede5e9ba038 (patch)
treeee3d227dc32723ed4fd20a4e59edc819c952c1bb /design.tex
parentaa2835cbdbfd71f9d2b6ff74f3243862c2c56ca8 (diff)
parentd3f498235d90112a31c55c4625f719ea09f01217 (diff)
Merge remote-tracking branch 'origin/master' into max/time
Diffstat (limited to 'design.tex')
-rw-r--r--design.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/design.tex b/design.tex
index 1e42c03..7b232fe 100644
--- a/design.tex
+++ b/design.tex
@@ -52,7 +52,7 @@ contains the following classes:
This class is friends with \codeinline{Sound}, so only \codeinline{Sound} is able
to get the \codeinline{SoundContext} instance.
\item[Sound] This is a wrapper around the \codeinline{SoLoud::Wav} class, and uses
- cr\^epe's \codeinline{api::Resource} class to load an audio sample instead.
+ cr\^epe's \codeinline{Asset} class to load an audio sample instead.
\end{description}
\begin{figure}