vkoskiv / c-ray

c-ray is a small, simple path tracer written in C
MIT License
797 stars 44 forks source link

SIGINT (^C) saves the image, when it shouldn't #67

Closed vkoskiv closed 4 years ago

vkoskiv commented 4 years ago

The intended behaviour is that SIGINT would abort the render, and not save the image.