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

Commit 59124b8

Browse files
committed
Change back example url to file:///example.html
1 parent cbc141a commit 59124b8

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("http://localhost:8080");
231+
webController.loadURL("file:///example.html");
232232

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

0 commit comments

Comments
 (0)