aziz ayari

Results 1 issues of aziz ayari

When I call LoadFileText it returns a ByteBuffer with the capacity of 1 regardless of the content of the file loaded. ```java package com.redfox.platformer; import java.nio.ByteBuffer; import static com.raylib.Colors.RAYWHITE; import...