From e6ed85e993b049a28dcc3c37bd5fadc6ab159df7 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 1 Apr 2017 00:51:31 +0200 Subject: Update web examples -WORK IN PROGRESS- --- docs/examples/web/models_cubicmap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/examples/web/models_cubicmap.c') diff --git a/docs/examples/web/models_cubicmap.c b/docs/examples/web/models_cubicmap.c index 08e14580..4e0ddddd 100644 --- a/docs/examples/web/models_cubicmap.c +++ b/docs/examples/web/models_cubicmap.c @@ -53,8 +53,7 @@ int main() UnloadImage(image); // Unload cubesmap image from RAM, already uploaded to VRAM - SetCameraMode(CAMERA_ORBITAL); // Set an orbital camera mode - SetCameraPosition(camera.position); // Set internal camera position to match our custom camera position + SetCameraMode(camera, CAMERA_ORBITAL); // Set an orbital camera mode #if defined(PLATFORM_WEB) emscripten_set_main_loop(UpdateDrawFrame, 0, 1); -- cgit v1.2.3