Preparing for Writeup
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
using namespace Seele;
|
||||
|
||||
CameraComponent::CameraComponent()
|
||||
: bNeedsProjectionBuild(true)
|
||||
, bNeedsViewBuild(true)
|
||||
: bNeedsViewBuild(true)
|
||||
, bNeedsProjectionBuild(true)
|
||||
, originPoint(0, 0, 0)
|
||||
, cameraPosition(0, 0, 0)
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@ Component::Component()
|
||||
Component::~Component()
|
||||
{
|
||||
}
|
||||
void Component::tick(float deltaTime)
|
||||
void Component::tick(float)
|
||||
{
|
||||
}
|
||||
PComponent Component::getParent()
|
||||
|
||||
Reference in New Issue
Block a user