EQMG / Acid

A high speed C++17 Vulkan game engine
https://equilibrium.games
MIT License
1.75k stars 153 forks source link

Global namespace using #97

Closed manuel5975p closed 4 years ago

manuel5975p commented 4 years ago

The line

using namespace acid;

in the file BlitFilter.hpp : 5 seems unnecessary and wrecks projects since a lot of classnames coincide with other libraries. Is there a reason for this?

mattparks commented 4 years ago

There was no reason for that global using namespace, thanks for catching that error!