William
William
See also [this softwareengineering.stackexchange answer](https://softwareengineering.stackexchange.com/a/189225/13572) on exceptions being considered an antipattern
@specialunderwear Interesting point, I think you're right. I think @dgaspar is talking about the need for ``` sudo killall -HUP mDNSResponder ``` If you don't do that after editing `/etc/hosts`,...
Found this out when my FBO wouldn't work for another reason. Checked each GL call with `CHECK_GL` macro: ``` bool GL_OK( int line, const char* file ) { static map...