diff options
| author | victorfisac <[email protected]> | 2017-04-03 20:31:10 +0200 |
|---|---|---|
| committer | victorfisac <[email protected]> | 2017-04-03 20:31:10 +0200 |
| commit | 256bc6e1dccfd021239dd0e5a66c377a402c3c59 (patch) | |
| tree | c0baef923b5c60128e7fc76d50eb85982e1ba725 /docs/examples/web/models_cubicmap.c | |
| parent | 0d06c946f2a6b7ce0eb374159333872392a707d9 (diff) | |
| parent | e6ed85e993b049a28dcc3c37bd5fadc6ab159df7 (diff) | |
| download | raylib-256bc6e1dccfd021239dd0e5a66c377a402c3c59.tar.gz raylib-256bc6e1dccfd021239dd0e5a66c377a402c3c59.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'docs/examples/web/models_cubicmap.c')
| -rw-r--r-- | docs/examples/web/models_cubicmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); |
