-fixed sp,e demos issues and crashes

This commit is contained in:
Mergul 2021-03-06 23:39:43 +01:00
parent fa0c196c60
commit 2107f3908c
9 changed files with 100 additions and 42 deletions

View file

@ -11,6 +11,7 @@ import ecs_utils.utils;
import game_core.basic;
import gui.attributes;
void registerCollisionModule(EntityManager* manager)
{
@ -46,7 +47,7 @@ struct CBVH
{
mixin ECS.Component;
uint index;
@GUIDisabled uint index;
}
struct CAABB
@ -64,7 +65,7 @@ struct CShootGridMask
alias value this;
ubyte value;
@GUIDisabled ubyte value;
}
struct CColliderScale