Review window title
This commit is contained in:
parent
6c812b56d9
commit
557456cace
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ int main()
|
|||
int screenWidth = 800;
|
||||
int screenHeight = 450;
|
||||
|
||||
InitWindow(screenWidth, screenHeight, "raymarching");
|
||||
InitWindow(screenWidth, screenHeight, "raylib [shaders] example - raymarching shapes");
|
||||
|
||||
Camera camera = { 0 };
|
||||
camera.position = (Vector3){ 2.5f, 2.5f, 3.0f }; // Camera position
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue