Skip to content

Fix legacy Camera compilation in debug configurations

Jonathan Kunstwald requested to merge feature/fix-debug-mode into master

Since GLOW_DEBUG no longer exists, a few assert helpers were no longer emitted in debug configurations in GenericCamera.cc.

Merge request reports