andy-thomason / Vookoo

A set of utilities for taking the pain out of Vulkan in header only modern C++
MIT License
521 stars 52 forks source link

Fix missing returns #12

Closed AODQ closed 5 years ago

AODQ commented 5 years ago

Found warnings for missing returns. Affected functions seem to return themselves through references.

andy-thomason commented 5 years ago

Thanks, AODQ.