CreedVI / Raylib-J

Handmade Java binding for Raylib
zlib License
97 stars 16 forks source link

Colors not displaying properly #15

Closed CreedVI closed 2 years ago

CreedVI commented 3 years ago

Describe the bug When rendering any shape to the screen the colour of the shape is always white.

To Reproduce Steps to reproduce the behavior:

  1. remove the "/255" and "(float)"at the end of lines 264, 265, 266, and 267 in GL_33.java.

Expected behavior The shape should render as the colour specified.