hcabel / OpenVoxel

OpenVoxel is a Open source voxel game engine/editor
GNU General Public License v3.0
15 stars 2 forks source link

Module were loaded multiple times #51

Closed hcabel closed 1 year ago

hcabel commented 1 year ago

Fixes #50 I make sure that RendererModule where imported only when necessary. And I change the macros pattern to be a define and declare combinaison, instead of an inline global vartiable.