Skip to content

Not compatible with latest raylib #1

Description

@joshuajohncohen

I stumbled across this library for a project I'm working on. It seems amazing for what I need (I'm trying to find an easy, simple graphics library for drawing lines and text). I didn't use plain raylib though because DrawTriangleStrip wasn't working, so I went ahead and set this up with the latest raylib.h.

The error:
......../raylibStuff/rturtle.c:2924:8: error: initializing 'Image' (aka 'struct Image') with an expression of incompatible type 'int'
Image image = LoadImage(filename);
^ ~~~~~~~~~~~~~~~~~~~
1 error generated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions