数据模板跟随变动

This commit is contained in:
hyzboy 2025-05-04 19:33:04 +08:00
parent a858fcab99
commit 7169429ede
10 changed files with 10 additions and 10 deletions

2
CMCore

@ -1 +1 @@
Subproject commit 33f0ed3258ac95eae058966a2bd6b1bf05458c69
Subproject commit e1a8241d1685950a58c0142d2393b4012618caa9

@ -1 +1 @@
Subproject commit 0948b3a6257fdcc1e33eeb61bf42d0e93b32d326
Subproject commit 46ae04cd50d09dfb00d9945c5f43d29a2744bcae

View File

@ -461,7 +461,7 @@ public:
void Update()
{
cur_time=GetDoubleTime();
cur_time=GetPreciseTime();
}
};

View File

@ -2,7 +2,7 @@
#include<hgl/type/DataType.h>
#include<hgl/type/SortedSet.h>
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
/**
* Component/Data/Manager

View File

@ -1,7 +1,7 @@
#ifndef HGL_DB_FIELD_TYPE_INCLUDE
#define HGL_DB_FIELD_TYPE_INCLUDE
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
#include<hgl/type/StringList.h>
namespace hgl
{

View File

@ -1,6 +1,6 @@
#pragma once
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
#include<hgl/math/Math.h>
#include<hgl/type/String.h>
#include<hgl/type/Map.h>

View File

@ -1,7 +1,7 @@
#ifndef HGL_GRAPH_VULKAN_DEVICE_INCLUDE
#define HGL_GRAPH_VULKAN_DEVICE_INCLUDE
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
#include<hgl/type/String.h>
#include<hgl/type/Map.h>
#include<hgl/type/RectScope.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include<hgl/type/String.h>
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
#include<hgl/graph/VertexAttrib.h>
#include<hgl/graph/VKInterpolation.h>
#include<hgl/graph/VKSamplerType.h>

View File

@ -1,4 +1,4 @@
#include<hgl/type/List.h>
#include<hgl/type/ArrayList.h>
#include<hgl/graph/VKNamespace.h>
#include<iostream>

View File

@ -70,7 +70,7 @@ namespace hgl
while(!cur_work_object->IsDestroy())
{
cur_time=GetDoubleTime();
cur_time=GetPreciseTime();
if(cur_work_object->IsTickable())
Tick(cur_work_object);