gorilux
Results
1
comments of
gorilux
Hi, If you rename Data directory to lower case in the blueprints-example.cpp the example works perfectly < ``` s_HeaderBackground = Application_LoadTexture("data/BlueprintBackground.png"); s_SaveIcon = Application_LoadTexture("data/ic_save_white_24dp.png"); s_RestoreIcon = Application_LoadTexture("data/ic_restore_white_24dp.png"); ```