patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.62k stars 350 forks source link

fix: (ADA) Prefer classic variable declaration #279

Closed tcoyvwac closed 2 years ago

tcoyvwac commented 2 years ago

On some compilers, the datatype cannot be implicitly-constructed by automatic-type-deduction.

Fixes Issue: #278

patriciogonzalezvivo commented 2 years ago

Thank you @tcoyvwac !!!

patriciogonzalezvivo commented 2 years ago

I'm merging the changes on tools/text.h/cpp into vera so that could be our momentary stage release

tcoyvwac commented 2 years ago

I have made a PR to merge it into the VERA branch of glslViewer.