|
From: <ka...@us...> - 2009-09-10 11:15:31
|
Revision: 3239
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3239&view=rev
Author: kappa1
Date: 2009-09-10 11:15:12 +0000 (Thu, 10 Sep 2009)
Log Message:
-----------
restore defaults to the default lwjgl applet html template.
Modified Paths:
--------------
trunk/LWJGL/applet/appletloader.html
Modified: trunk/LWJGL/applet/appletloader.html
===================================================================
--- trunk/LWJGL/applet/appletloader.html 2009-09-09 11:24:29 UTC (rev 3238)
+++ trunk/LWJGL/applet/appletloader.html 2009-09-10 11:15:12 UTC (rev 3239)
@@ -54,11 +54,12 @@
<!-- <param name="al_debug" value="true"> -->
<!-- whether to prepend host to cache path - defaults to true -->
- <param name="al_prepend_host" value="false">
+ <!-- <param name="al_prepend_host" value="true"> -->
<!-- main applet specific params -->
<param name="test" value="org.lwjgl.test.opengl.awt.AWTGearsCanvas">
-
+
+ <param name="separate_jvm" value="true">
</applet>
<p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|