flingengine / FlingEngine

A Vulkan game engine with a focus on data oriented design
https://fling-engine.site/
MIT License
408 stars 16 forks source link

Some warning cleanup and memory leak fix on script comonents #138

Closed BenjaFriend closed 4 years ago

BenjaFriend commented 4 years ago

Feature/Issue

133

Implementation/Solution

Made the script properly use a shared_ptr type for the script file. Added save/load serialization to the ScriptComponent Cleaned up some other misc. warnings while I was in here

Tests