Update method names for Game, add documentation for renderers, remove position argument from DrawSdfText and DrawDebugText in Renderer.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace DaggerFramework.SceneGraph
|
||||
|
||||
public override void OnDraw(Renderer renderer)
|
||||
{
|
||||
renderer.DrawDebugText(Position, _contents, _fontSize, _fontColor);
|
||||
renderer.DrawDebugText(_contents, _fontSize, _fontColor);
|
||||
}
|
||||
|
||||
private string _contents = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user