MySchoolEngine / GLEngine

The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
https://myschoolengine.github.io/GLEngine-Documentation/
Other
21 stars 1 forks source link

I_ComponentBuilderFactory and C_Engine::GetGlobalComponentBuilder return type unification #138

Closed RohacekD closed 1 month ago

RohacekD commented 3 years ago

Describe the bug The former named returns unique ptr and later one raw pointer. Both should return the same type. Prefarably unique ptr.

Expected behavior

RohacekD commented 3 years ago

This bug is concerned wtih #Audio branch

RohacekD commented 2 years ago

I have moved away from component builders.