Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit e231753

Browse files
committed
load example.html again
1 parent c70f0b3 commit e231753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lwjgl3-opengl/src/main/java/com/labymedia/ultralight/lwjgl3/opengl/ExampleApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public void run() {
228228
glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
229229

230230
// Load a local test file
231-
webController.loadURL("https://labymod.net");
231+
webController.loadURL("file:///example.html");
232232

233233
double lastTime = glfwGetTime();
234234
int frameCount = 0;

0 commit comments

Comments
 (0)