Ian Brown
Ian Brown
I too have been experiencing this. I have reinstalled, signed in and out my AppleId, restarted my computer, and used several versions (beta and official). While atm I can't offer...
Not sure, but appreciate it! > On Jan 11, 2023, at 2:39 PM, shanegillio ***@***.***> wrote: > > > hello, sorry for the lack of response - is the issue...
Because of the initial source you pick and are first presented with is Italian. The others are not.
Same. When I go default some videos change, others don't. When I do manual, some change that didn't before but sometimes it'll eventually change back.
So I ran the following: ```c #include "raylib.h" int main(void) { const int windowWidth = 800; const int windowHeight = 450; SetConfigFlags(FLAG_WINDOW_RESIZABLE); InitWindow(windowWidth, windowHeight, "raylib [core] example - window scale...
I can now only get your code running and get the same pictured window: ```shell make && ./main g++ -O3 -Wall -std=c++11 -Wno-missing-braces -I/opt/homebrew/Cellar/raylib/5.5/include -c main.cpp -o main.o || (make...
Changing the file back to `main.c` results in: ```shell $ make && ./main g++ -o main -L/opt/homebrew/Cellar/raylib/5.5/lib -lraylib || (make clean && exit 1) # Clean on linking failure Undefined...
Here is a video of what happens when I resize the window: https://github.com/user-attachments/assets/ff59917a-648d-442a-884a-e5bc1e369c49
Can you expand on this? I just ran a nightly build via actions, signed via Signulous, and it’s all good even on iOS 18 Dev Beta.