summaryrefslogtreecommitdiffstats
path: root/www/devmaster/lesson2.html
diff options
context:
space:
mode:
authorathomas <[email protected]>2003-06-29 02:37:25 +0000
committerathomas <[email protected]>2003-06-29 02:37:25 +0000
commit2425016110a5907103ad72bf8775c967399bff4c (patch)
tree48e588e232c47232dc3b8553be3a369b9a81c34e /www/devmaster/lesson2.html
parent4e95ad3efeb9346e2ade9c4cff6b344abf7be145 (diff)
checking in Lesson 2
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@22 235fdd13-0e8c-4fed-b5ee-0a390d04b286
Diffstat (limited to 'www/devmaster/lesson2.html')
-rw-r--r--www/devmaster/lesson2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/devmaster/lesson2.html b/www/devmaster/lesson2.html
index 66c429a..a70ef71 100644
--- a/www/devmaster/lesson2.html
+++ b/www/devmaster/lesson2.html
@@ -113,7 +113,7 @@ section. It is that we altered the sources velocity. It's 'z' field is now 0.1.<
<font color="#0000FF">static <span class=codeKeyword>void</span> </font>killALData() {
al.alDeleteBuffers(1, buffer);
al.alDeleteSources(1, source);
- Alut.alutExit();
+ Alut.alutExit();
}
</pre>
<p>Nothing has changed here.</p>